I have a new project I'm working on that will require a Flash application to load both AS2 SWF files and AS3 Flash files as well as FLV movies. The new Flash application will control the loaded SWF files by moving to different frames within the main timeline.
I should be able to get the source for all the files that are loaded into the Flash piece, but I'm not positive that will always happen. From what I have read is that you can create a bridge file in the AS2 files and use the local connection feature to control the loaded AS2 piece.
Is there a better way of approaching this so I don't need to use the bridge file, or am I forced to get the source files of the AS2 SWFs to control them within the main AS3 Flash piece.
Thanks.