[flexcoders] Flex embedding SWF file and using it like a component

2007-03-05 Thread jack_freud
I'm planning a rather large application that has several sub-modules that I thought should be loaded individually as separate swf's to decrease load time and memory requirements since the sub-modules would never need to be loaded at the same time. I'm having trouble finding any articles on how to

RE: [flexcoders] Flex embedding SWF file and using it like a component

2007-03-05 Thread Roger Gonzalez
You should use the 2.0.1 Modules feature for this, its pretty much exactly what you want. In any case, whenever you do make a reference to objects within dynamically loaded code, you should design some interfaces for communication so that you're not making hard type references to implementation