How can I export a portion of a Flex application to SWF?

I have a Flex application that lets you dynamically create animations. It has a user interface and display of the resulting animation, which is a custom class that extends UIComponent. Is there a way to allow users to save / export a dynamically generated component to SWF for reuse in other Flash / Flex applications?

0


source to share


2 answers


You can export the screenshot easily, but I don't think you can save the swf. see this thread: http://www.actionscript.org/forums/showthread.php3?t=145846



+1


source


You can export the component (or components) to a SWC design-time library or RSL run-time library for sharing between applications.



0


source







All Articles