I’m building my first AS 3.0 application and am using external .swf files that load into a main.swf. I’m creating transitions for each external .swf as they are unloaded so when the user clicks next, the current .swf transitions out and the new one comes in. Since loadMovie and levels are obsolete in 3.0, does anyone have any recommendations as to how to best achieve this?
I’ve looked into the transitions manager class, but some of my transitions are pretty intricate so I would need to use timeline based tweens. Any ideas? Thanks.
Jesse