Hey everyone, this is my first post here so please be gentle :d:
Thing is… I’ve got four swf containing AS3, I want them to display in a row on full-screen mode. I can do this in AS2 bij loading them (other swf’s with AS2) in timelines and fullscreen with fscommands. But I’ve tried searching for an AS3 solution the net a few days and looked for onEnterFrame and loadMovie etc. I just can’t manage it!
I can load one swf with:
var ldr:Loader=new Loader();
addChild(ldr);
ldr.load(new URLRequest("my_document.swf"));
But that’s not enough. I’m not good at AS3 (2) at all so if there’s anyone who could help me out. Please!
Thanks in advance.