SWF image using php?

Posted on 16th Feb 2014 by admin

Hello once again.

My latest en devour requires me to produce an image of a static .swf that is embedded on a page.

Unfortunately, it has a selection of variables passed to it.

Eg
Code: <object width="90" height="175">
<param name="exaple" value="example.swf">
<param name="AllowScriptAccess" value="always">
<param name="FlashVars" value="Lotsofnumbers=lotsofthings">
<param name="scale" value="noscale">

<embed src="example.swf" width="90" height="175" AllowScriptAccess="always" FlashVars="Lotsofnumbers=lotsofthings" scale="noscale">
</embed>
</object>

Ive had a look at the swf library but nothing stood out as useful.

So, my question is, how can I get some form of screenshot image of the swf file using php as my first choice, though if you know a better using some other technique, please say an I will have a look.

Thanks.

Other forums