Luis Fernandes - 2012-08-22 02:54:44
Hi,
I need to convert a swf file to a jpeg or png image and then output it to html.
my swf file get parameters: file.swf?color1=black&color2=red§ion=10
and make a movie based on it parameters
so my php function must call file.swf?...(parameters) and output to a jpeg or a swf
Anyone know a function or how can I do it?
Thank you.