Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: loading swf file sequentially |
From: | Marc Hoffman, Poison Dart Frog Media |
Date: | Mon, 10 Apr 2000 22:44:55 +0100 |
At 07:25 AM 4/10/00 , you wrote:
>>Date: Mon, 10 Apr 2000 17:35:56 SGT
>>From: "c pm" <pm_chotmail [dot] com>
>>Subject: FLASH: loading swf file sequentially
>>
>>Hi,
>>I have a main page with a swf file in it.
>>I have also a bunch of swf files e.g movie1.swf, movie2.swf,etc.
>>Is there anyway i can load these swf one after another every time i enter
>>the main page.Thanks.
>
>You can create a different HTML file for every movie, and then add a 'Get
>URL' action in the last frame of each movie, that sends the user to the
>new html file with the new movie. You can probably also do it with Load
>Movie, but this keeps all your movies nicely separated.
No offense, but I beg to differ. Using load movie is a lot smoother than
going to new HTML pages. The latter require re-establishing contact between
browser and server, whereas if you use loaded movies they can load in the
background and, once loaded, can be called up instantly. To load them in
order, just have each movie call the next once it's done loading (use "if
frame is loaded" within each new movie as the condition for starting a new
movie loading). Give each movie a few blank frames, then a stop action in a
blank frame, so it will load up but won't show. Then use TellTarget to make
it play when you want.
Marc Hoffman
Poison Dart Frog Media
http://www.dartfrogmedia.com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: loading swf file sequentially, Toon Van de Putte
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]