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?
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
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.
welcome to actionscripts[org]
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.