Dear All,
I have .swf which shows the a graph how can I convert it into a .jpg. I have google and tried this class “http://www.phpclasses.org/package/4312-PHP-Render-Flash-canvas-image-as-JPEG.html” but it does not work. Any other suggestions please. Thank you.
Try looking at ImageMagick, it may have functions for this.
Otherwise you could try using FFMPEG on the command line, I think it has functions for exporting flash frames to other formats.