via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Hi :-)
I'm trying to put monoslideshow inside a swf.
From the monoslideshow manual, I putted this actionscript inside the parent swf:
<code>
function loadingFinished(target:MovieClip):Void {
var monoslideshow:Object = new Monoslideshow(target, "monoslideshow.xml");
monoslideshow.start(Stage.width, Stage.height, true);
}
var listener:Object = new Object();
var movieClipLoader:MovieClipLoader = new MovieClipLoader();
listener.onLoadInit = loadingFinished;
movieClipLoader.addListener(listener);
this.createEmptyMovieClip("holder", this.getNextHighestDepth());
movieClipLoader.loadClip("monoslideshow.swf", this.holder);
monoslideshow.start("500", "200", false);
</code>
But monoslideshow doesn't show in the parent swf.
How do i do this?
Thanks for reading :-)
Nevermind, got it to work.
Hi guys,
I try to load monoslideshow inside an swf pasting the code that is in the manual, but flash tell me:
line 2: '{' expected
line5:Unexpected '}' encountered
Seem that flash don't read the { } in the code
Anyone know why?
1 to 3 of 3