actionscript 3 - Moving Flex MXML Application into Flash -


Is it possible to transfer the flex MXML project to Flux?

I have the project complete with the mxml action, but due to the fact that Flex is not limited to its visual animation (no timeline!), I like switching to using Flash.

This project is relatively large, all done in MXML and I just rebuild it in Flash, it will take several months!

What do you think? Is there a conversion capability or use of the Flex component inside the flash? If so, then how?

Thank you.

There is no conversion utility, You can create animations and import it into Flex (Flash Builder.)

The way you do this, you will depend on the type of animation you are trying to do . If it's just a simple way or some type of animation made in size, then you want to export the animation to flex in order to easily export it to AXX. Select the object you are trying to export and press file-> Export-> Export Selection. In the export window, select "Adobe FXG" as the export format.

If you are creating an animation that needs to be controlled by scripting or is more complex then you have to export it as Flash Content (SWF or SWC is OK). Then load the object dynamically and flex your flex application accordingly. Be careful that cross-swf scripting security issues may occur if you use loaded swf while running.


Comments