How to get a file generated by SWF from URL?
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 t开发者_JAVA技巧o give me that image. So how to do such sing with AS?
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.
精彩评论