ojoytara
07-28-2006, 01:49 PM
I am trying to load an external .swf (scene1.swf) from a .swf (scene2.swf) and have it start at a specific frame.
I have:
on (release) {
loadMovieNum("scene1.swf", 1);
}
Which works perfectly to load the movie, but I can not figure out how to tell it to start at a specific frame number...(ie. frame 7)
Can someone please help.
I have:
on (release) {
loadMovieNum("scene1.swf", 1);
}
Which works perfectly to load the movie, but I can not figure out how to tell it to start at a specific frame number...(ie. frame 7)
Can someone please help.