A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: import or incorporate a swf?

  1. #1
    Senior Member
    Join Date
    Feb 2004
    Posts
    494

    import or incorporate a swf?

    How do I take a exsisting web site in flash and have it so it pulls another swf into it self. What I have is a page done already in flash but the form on the page does not work so I found an old swf file that someone that worked here before did but we can not find the fla so I want to know how to pull that page into our exsisting page in a specific area on the page?

    Thanks

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397

  3. #3
    Senior Member
    Join Date
    Feb 2004
    Posts
    494

    ..

    Thanks. It seems that these examples require you to hit or press a button I want it to load when the page comes up with no delay. "the .swf file"

  4. #4
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    You can use the loadMovie action without it being in a button's script...

    You could even use loadMovieNum("that.swf", 5);
    which would load the .swf on level 5 of the player...
    Locally this should work, if it's for online use, and depending on it's weight, it should probably be preloaded...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center