Looking to convert your artwork from Adobe Illustrator format to the new HTML 5 canvas format ? Check out Mike Swanson’s team’s cool converter over at Mix Online.. I made the same posting back on their old AI to XAML project back about four years ago.. Sounds like history is trying to repeat itself not that it really needs to (IMHO).. Where is the Expression Design file conversion or a stand-alone tool to convert exported designs people are doing with Microsoft’s own Expression Design product (exported to AI at least ?) Mike ??
http://visitmix.com/labs/ai2canvas/ 
Wait let me think about this for a moment what are the advantages over Microsoft’s Silverlight ?? For those interested…
I have one….
Can I add an event? (click, hover or keyboard event) to specify animation will execute?
Answer:
A canvas doesn’t have it’s own native events and you have to identify interaction in your own JavaScript code.
EDITOR’S NOTE: *AT LEAST ON MICROSOFT’S IMPLEMENTATION*
EDITOR: How 10 years ago.. Does Silverlight or Flash have native events ? Survey says, yes..
And this is supposed to be the future a non-integrated events model in JavaScript no less ??
AS SOME CALL IT AN EPIC VICTORY FOR STANDARDS… Please people HTML 5 is old right out of the GATE… This is what Steve Jobs is calling the future ? Even SVG and JavaScript has supported events for a long time..