Does anyone know of a script, preferably PHP-based that will allow conversion of a static flash to an image?
Does anyone know of a script, preferably PHP-based that will allow conversion of a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As long as you’re talking about converting a flash DisplayObject (which nearly everything in flash is) to a jpeg, as3 core libs has a fantastic jpeg exporter that I use on a regular basis. It sends the converted jpeg or png as raw post data, so you can pretty much do anything you want with it on the php side of things.
You can get the as3corelib package here: http://github.com/mikechambers/as3corelib – There’s many many tutorials on getting the bitmap encoder up and running all over the web, and it’s super simple, but if you need help with that I can help as well.