Question

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.

Was it helpful?

Solution 3

Here is what I did :

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

OTHER TIPS

Check out https://github.com/claus/as3swf to compile SWFs at runtime...

This individual seems to have had a similar issue AS3 to Generate Dynamic SWF?

You can try following options from SWFtools

JPEG2SWF Takes one or more JPEG pictures and generates a SWF slideshow from them. Supports motion estimation compression (h.263) for better compression of video sequences.

PNG2SWF Like JPEG2SWF, only for PNGs.

GIF2SWF Converts GIFs to SWF. Also able to handle animated gifs.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top