keith_walesjr
04-03-2003, 08:49 PM
I shouldn't have trouble with something this simple, but....
I have a three layer movie to act as a viewer for external .swf files. i have a button to load the first of four movies. I set the button's ActionScript with the following code:
on (press) {
MovieClip.loadMovie(SurvMgr_1.swf,2);
}
The SurvMgr_1.swf file resides in the same directory as the viewer file. The ,2 is to try and get the movie into the second layer.
When I export and click the button nothing happens. Am I putting the script in the wrong place? or Is it a syntax or directory thing.
Any suggestions would be appreciated.
I have a three layer movie to act as a viewer for external .swf files. i have a button to load the first of four movies. I set the button's ActionScript with the following code:
on (press) {
MovieClip.loadMovie(SurvMgr_1.swf,2);
}
The SurvMgr_1.swf file resides in the same directory as the viewer file. The ,2 is to try and get the movie into the second layer.
When I export and click the button nothing happens. Am I putting the script in the wrong place? or Is it a syntax or directory thing.
Any suggestions would be appreciated.