mojoNYC
May 1st, 2003, 12:26 PM
hi all-
this code is working to load and position the external swf, but it won't gotoAndPlay to the frame inside the external swf--what am doing wrong here?
regards,
-mojo
bio.onPress=function(){
_global.section="bio";
createEmptyMovieClip("content",99);
content.loadMovie("headshot_info.swf");
content._x=400;
content.gotoAndPlay(3);
}
this code is working to load and position the external swf, but it won't gotoAndPlay to the frame inside the external swf--what am doing wrong here?
regards,
-mojo
bio.onPress=function(){
_global.section="bio";
createEmptyMovieClip("content",99);
content.loadMovie("headshot_info.swf");
content._x=400;
content.gotoAndPlay(3);
}