Search code examples
actionscript-3apache-flexairflex4flash-builder4.5

Create SWF video of images through Adobe Flex


I don't know whether it's the right place to put this up. But I've been trying from past 12 hours and haven't found anything related.

  1. I'm creating a Adobe AIR project (which'll run on desktop), it'll ask for image locations on the local pc.

  2. After the user is done selecting images. I want to output a SWF video (slideshow) of the selected images.

How to do the second step. Please guide. I want to create an output file (SWF) from my AIR Flex Desktop Application.


Solution

  • Here is what I did :

    1. Install the as3 compiler (mxmlc)
    2. Run the command mxmlc.exe sample.as3 using NativeProcess