I´ve been working on a project involving dynamic content with ActionScript, Java and XML. In the end, I end up with an xml document which is used to create the swf file. However, I need a JPEG image as the final output.
I thought about converting the non-static SWF movie, dynamically to a SVG file , and then the SVG file to a JPEG file. Docs about SVG to JPEG are not a prob, there is an API out there. However, I've tried to find docs about converting swf to svg, but there are very few docs about it, and the one project that I've found is still not on release.
I'd appreciate any help I could get.
Thanks!
I thought about converting the non-static SWF movie, dynamically to a SVG file , and then the SVG file to a JPEG file. Docs about SVG to JPEG are not a prob, there is an API out there. However, I've tried to find docs about converting swf to svg, but there are very few docs about it, and the one project that I've found is still not on release.
I'd appreciate any help I could get.
Thanks!