Take a look at this site. The site is built in Actionscript and needs to be converted to jQuery/Javascript can this be done?
http://www.nonsek.com/machine.php
Let know your opinions
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.
The big animations will be slow on most browsers. IE9 is doing very good since they implemented GPU rendering for that purpose. Browsers that are based on WebKit will take big animations badly, at least for now.
It is totally fine to replace actionscript with javascript on little animations, but on big ones like yours I don’t think it will be a good idea. There is a reason why pretty sites with huge amount of animation are made with actionscript instead of javascript.