Is it possible to export FLA composition to Flex? So it will work exactly as in Flash Pro but instead in FLEX? FLA contains a bunch of movieClips, buttons, images, all driven by an .as file.
Thanks,
Is it possible to export FLA composition to Flex? So it will work exactly as in Flash Pro but instead in FLEX? FLA contains a bunch of movieClips, buttons, images, all driven by an .as file.
Thanks,
Publish to a SWF then you can either embedd the SWF in your Flex app or load it using the SWFLoader.
Embedding info:
http://livedocs.adobe.com/flex/3/html/help.html?content=embed_4.html
SWFLoader: http://livedocs.adobe.com/flex/3/langref/mx/controls/SWFLoader.html
You can check off "export SWC" in your Flash publish settings, then add that SWC to your Flex project's library path. You can then use any of the classes compiled in that SWC in your project.