Results 1 to 8 of 8
Thread: Flash to html5
-
May 2nd, 2012, 02:58 AM #13Registered User
postsFlash to html5
Hi,
I am working on a flash project which needs to be converted to html5. How is it possible to do that? The project has multiple interactive swf's with hotspots and are loaded on button click. I have already tried the embed tag for swf in html5 but it will then not play in mobile phones and ipad.
Thanks in advance.
-
May 2nd, 2012, 03:02 AM #2
Well you basicly have to recreate the entire project with jQuery/Javascript and the Canvas element, I did this once and it's pretty ugly
take a look over here to get inspired:
wwwDOTmariusposthumusDOTnl/postmaadvies
It's Dutch but youll understand what to doAs3 / JS/jQuery / HTML5 / CSS(3) / Java(learning) / PHP(learning)
Formerly known as: MJTheOne
-
May 2nd, 2012, 09:02 PM #3rubyrubyn/aGuest
postsI don't know why they'd call it just HTML5 when javascript is needed for Canvas.
As far as I'm concerned there is no 'html 5 only' animation. at least Css3 or javascript is needed.
-
May 4th, 2012, 02:24 AM #4
HTML5 is an umbrella term that encompasses the latest and greatest flavor of HTML, CSS, and JavaScript. You can have an all-JS solution and still be an HTML5 application.
-
May 4th, 2012, 07:53 AM #53Registered User
postsThanks for all your replies. Can you please post some additional links?
-
May 4th, 2012, 10:46 AM #6
What kind of links did you have in mind? There isn't really a tutorial to guide you on doing this, it's a lot of trial and error.
As3 / JS/jQuery / HTML5 / CSS(3) / Java(learning) / PHP(learning)
Formerly known as: MJTheOne
-
May 7th, 2012, 02:00 AM #73Registered User
postsHi, I am looking for good tutorials and sample animations in javascript along with source code.Thanks
-
May 7th, 2012, 07:53 AM #8
Well like I said in my first post, check out that site(it's mine) and how I created the animations and stuff
As3 / JS/jQuery / HTML5 / CSS(3) / Java(learning) / PHP(learning)
Formerly known as: MJTheOne

Reply With Quote

Bookmarks