I'm working on a actionscript 3 flash file wherein I want to use multiple .swfs to load at various points.
I'm using the loader class and addChildAt to add these swf files to the display list. However, I'd like to keep one or more files above everything else, and have the rest of the swf files load directly under the top most swf files.
Is there any way to keep an object or loaded swf on top of the display stack? Or is there any way to get actionscript 3 to work like actionscript 2, where I could just load these objects into much higher levels?