all groups > flash actionscript > march 2005 >
You're in the

flash actionscript

group:

MovieClipLoader gotoAndPlay



MovieClipLoader gotoAndPlay extravaganza_
3/14/2005 7:56:12 PM
flash actionscript: Below is my code. I am trying to load a swf into level 5 and then have that
swf start playing at a certain frame ('about') However, when the clip loads it
doesn't go anywhere (I have a stop on the first frame of my swf, before the
'about' frame') Any help is really appreciated. var myMCL:MovieClipLoader =
new MovieClipLoader(); var myListener:Object = new Object();
myMCL.addListener(myListener); myMCL.loadClip('p1u.swf',5)
myListener.onLoadComplete = function(target_mc:MovieClip) {
target_mc.gotoAndPlay('about') };
Re: MovieClipLoader gotoAndPlay extravaganza_
3/14/2005 8:17:31 PM
AddThis Social Bookmark Button