Hi,
Im trying to load xml slideshow swf into a swf. My instructions were to use the code below but Im not sure where to put it, and what to action script to assign to the empty movie clip. Pleae helppppfp meeeee!!!
[FONT=Monaco][SIZE=1][FONT=Monaco][SIZE=1][LEFT]function loadingFinished(target:MovieClip):Void {[/LEFT]
[/SIZE][/FONT][/SIZE][/FONT][FONT=Monaco][SIZE=1][FONT=Monaco][SIZE=1][LEFT]var monoslideshow:Object = new Monoslideshow(target, “monoslideshow.xml”);
monoslideshow.start(Stage.width, Stage.height, true);
}
var listener:Object = new Object();[/LEFT]
[/SIZE][/FONT][/SIZE][/FONT][FONT=Monaco][SIZE=1][FONT=Monaco][SIZE=1][LEFT]var movieClipLoader:MovieClipLoader = new MovieClipLoader();[/LEFT]
[/SIZE][/FONT][/SIZE][/FONT][FONT=Monaco][SIZE=1][FONT=Monaco][SIZE=1][LEFT]listener.onLoadInit = loadingFinished;[/LEFT]
[/SIZE][/FONT][/SIZE][/FONT][FONT=Monaco][SIZE=1][FONT=Monaco][SIZE=1][LEFT]movieClipLoader.addListener(listener);[/LEFT]
this.createEmptyMovieClip(“holder”, this.getNextHighestDepth(
[/SIZE][/FONT][/SIZE][/FONT]