What library/API or even a program for converting flash code into html 5 code automatically do you recommend me?
thank you very much
What library/API or even a program for converting flash code into html 5 code
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.
Given that Gordon is a flash runtime written in JS, it seems like it would be possible to create a version that compiles flash to JS based on the same code. Not trivial, but doable, and a lot of the hard work is already done.
A couple of notes – beware of the browser compatibility issues and swf tag support in Gordon currently, and target accordingly.
Edit (thanks naikus!): Looks like (as was inevitable) work has already started on a flash to JS compiler called Smokescreen. It is supposed to be open-source, but for now I only see demos, so we’ll still to wait for the complete deal (though I suppose you could perhaps dig around their js code for tips/etc in the meantime).