Bonjour, my goal is to dynamicly generate an image(jpg) thumbnail from an swf.
"newSWFJpegBitmap" from PHP MING librairy seems perfect : http://www.libming.org/newSWFJpegBitmap?highlight=(newSWFJpegBitmap) I've seen that it works on C. But... only C, doesn t work on PHP Apache ? If not how could I dow ? Installe ming on Apache and write a C file only for this purpose ? Does it work with an ActionScript 3 animation or only with 2 ?
There is also "SWF To Image" softwear : http://bytescout.com/swftoimage.html Runniong on C. But could I handle it with PHP ? Do I have to create a C# script just for this module ?
Merci beaucoup, Sylvain.
If you have the C program on your server, you can invoke it from PHP using the [man]system[/man], [man]exec[/man], [man]passthru[/man] or other similar commands.