I’m having an app where the user can edit a simple greeting card and should be able to send it to another user.
We are currently doing it by exporting to a graphic file and sending with some server script.
Now – we found a need to export that card to swf.
This card is basically a (Flex) Canvas holding some images and labels.
What do you say? Can that be done?
Any help will be appreciated.
Thanks!
Deep copy the MovieClip object to a ByteArray and dump it to a file.