PDA

View Full Version : play one swf after another on a web page?


grimm
04-12-2002, 09:22 PM
i am going to need to be able to play 3 swf's (movies) one after another I don't know how to do it by scripting, the only thing I know of is creating different scenes and palying them one after another, and still not to sure about that code. i don't want to do that since these are presentation movies and 1) need to be used alone 2) the files are huge !


thanks in advance....

JHallam
04-12-2002, 10:11 PM
Can't you preload them then place them in separate containers and play them and assign varibles?

All easy, you can do it man!

Ever heard of _visible?

Preload them then set actiosn to simple timeline and set containers to

_visible=true;
gotoAndPlay(whatever etc levelofclip)

easssssssssssy stuff! Think and give 100%!!!