PDA

View Full Version : Flash projector file


Mickey
01-03-2002, 10:15 AM
Is it possible to load another projector file from a projector file?

Tink
01-03-2002, 10:46 AM
u could load in an external swf at the end of your first projector file using 'loadMovie' and put the new swf on a different level.

sounds like it would work to me (you wouldn't have 2 projector files but 1 projecter and 1 swf but i think it would look the same?).

BLEEDA

tg
01-03-2002, 05:52 PM
this assumes both projector files are in the same directory


//coded on button of one projector file
on(release){
fscommand("exec","myotherprojectorfile.exe");
}

read this toot (http://www.actionscripts.org/tutorials/beginner/exec_files/index.shtml)

Mickey
01-04-2002, 09:43 AM
Thanks tg!

That' s what I need because I need to create a few projector files and they need to interact with one another.

tg
01-04-2002, 04:29 PM
welcome to actionscripts[org]