views:

29

answers:

1

so I have a SWF file. It can generate Jpeg images. I want to get that images by url (for ex www.my.com/file.swf#image.jpeg) I want to get just clean image (no flash no sign of flash). So as if i was just calling my apache server to give me that image. So how to do such sing with AS?

I need Libs Tutorials or anething.

A: 

Using some PHP package like ImageMagick or GD Library should do the job.

If for some strange reason you need flash, you could use swfaddress to do www.my.com/file.swf#image.jpeg and listen for the swf address event and generate the image.

George Profenza