Thursday, June 9, 2011

Les Paul Playable guitar seen in today's google.com doodle

They are using HTML5, javascript and Flash.  It can be done by HTML5 and javascript alone, but they use Flash because of some older browsers doesn't support HTML5.

If you go to view source, you should see this
<canvas width="474" height="175"></canvas>

They are using a <canvas>- Might be to draw the guitar. And then a javascript call google.doodle.go(); on the click.

No comments:

Post a Comment