SmokeScreen, a project utilize JavaScript and HTML5, to convert Flash into pure HTML5 + JavaScript, therefore user can browser the Flash animation without Flash Plugin.
Chris Smoak, a programmer, recently started a project called SmokeScreen, to convert Flash into pure HTML5 + JavaScript, therefore user can browser the Flash animation without Flash Plugin. Here have some fantastic demo.
SmokeScreen totally run inside the browser, it reads SWF binary file, decrypt it using local JavaScript Online!!!, it retrieves the images and sound data from the SWF, convert them into Base64-encoded data. Then, it converts its vector graphic into SVG animation. We can use Google Chrome to open Web Inspector. During the time the demo running, you can see SVG is running in the real time. SmokeScreen also designed his own ActionScript compiler.
Most importantly, this converted animation can be viewed inside iPad and iPhone as well.
It’s too bad the guys behind Smokescreen gave up on the project. We could have really used it for a quick fix for our site on moblie devices for streaming royalty free music on Productiontrax.com. I guess we’ll just have to keep working to get things going properly under HTML5 without it. Let me know if you find anything similar!