spectrum302
05-09-2007, 10:33 PM
Is there anyway of using a compiled flex component in other words a SWF file created by flex and that loading it into a flash document.
Currently the flash doc is done in AS2, and I dont really want to change that right now, though I dont think It should make a difference.
the code I'm using to try and accomplish this is
loadMovie("ServicesPanel.swf", "servicesPanelClip");
Alternatively if I were to load the flash SWF instead through a flex app, would there be a way to 'swap out' a current symbol with a flex component. I imagone it would go something like
ImportedFlashClip.content."no idea what goes in here";
Currently the flash doc is done in AS2, and I dont really want to change that right now, though I dont think It should make a difference.
the code I'm using to try and accomplish this is
loadMovie("ServicesPanel.swf", "servicesPanelClip");
Alternatively if I were to load the flash SWF instead through a flex app, would there be a way to 'swap out' a current symbol with a flex component. I imagone it would go something like
ImportedFlashClip.content."no idea what goes in here";