> I'm trying to find some resource for creating jpg (or even other format...) > from swf files on the fly through PHP.
There is none that I know of. Do you need a fully automated solution, and what OS does it have to run on? If "some human interaction okay" and "Windows" then I've had good results using swf2video pro, from http://www.adshareit.com/ Personally I need a fully-automated solution that runs on linux. I built a simple utility using http://flirt.sourceforge.net/ to do swf to png, but it goes wrong on some more complex swf files, and also the results are blurred (too much anti-alias?). The solution I want is for a script to start up the swf in gflashplayer (or firefox with flash plugin, or wine running Flash 8 player, etc.) then do a screenshot, and save that as a jpeg or whatever. I know this is possible as I can do all the steps manually. What I don't know is how to automate this. Maybe something already exists? (NB. I need it for swf but actually it would be more general purpose.) Darren P.S. One thing I want the above for is flash unit tests of graphical output: I want to automate a screen capture of the output and then compare to the correct output image. _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
