Hi guys! :)
Today I used Google Swiffy to convert a flash animation to a html5 animation.
After several attempts I managed to get my .html file, here it is (works with chrome, firefox, safari but not - as you can imagine - IE... anyway it's ok for me!): http://www.bombacarta.org/newsletter_modificata.html
Now the problem is: how do I "embed" it in a page? I used:
Code: [Select]
And it works. The questions are: 1) is that code correct? 2) how can I add a fallback for the users who can't run my html5 animation (best would be if they see the old .swf file or also a static image)?
Today I used Google Swiffy to convert a flash animation to a html5 animation.
After several attempts I managed to get my .html file, here it is (works with chrome, firefox, safari but not - as you can imagine - IE... anyway it's ok for me!): http://www.bombacarta.org/newsletter_modificata.html
Now the problem is: how do I "embed" it in a page? I used:
<embed src="http://www.bombacarta.org/newsletter_modificata.html" />And it works. The questions are: 1) is that code correct? 2) how can I add a fallback for the users who can't run my html5 animation (best would be if they see the old .swf file or also a static image)?






