如何从URL获取SWF生成的文件?

时间:2020-12-20 09:55:57

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?

所以我有一个SWF文件。它可以生成Jpeg图像。我希望通过url获取该图像(对于前www.my.com/file.swf#image.jpeg)我想获得干净的图像(没有闪光灯没有闪光的迹象)。好像我只是打电话给我的apache服务器给我这个图像。那么如何用AS唱歌呢?

1 个解决方案

#1


0  

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

使用像ImageMagick或GD Library这样的PHP包可以完成这项工作。

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.

如果由于某些奇怪的原因你需要闪存,你可以使用swfaddress来做www.my.com/file.swf#image.jpeg并监听swf地址事件并生成图像。

#1


0  

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

使用像ImageMagick或GD Library这样的PHP包可以完成这项工作。

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.

如果由于某些奇怪的原因你需要闪存,你可以使用swfaddress来做www.my.com/file.swf#image.jpeg并监听swf地址事件并生成图像。