Possible Duplicate:
What technology is used at the Google homepage (guitarstrings)

Today is Les Paul's birthday. Google has this cool doodle to play the guitar.

I am wondering how it is implemented.

  1. Does it use Javascript?
  2. Does it use any HTML 5 feature?
  3. How does it play sound?
link|improve this question
3  
How long did you spend trying to find out yourself? It seems that every interactive doodle gets their own question here these days. Seriously, they're not that complicated or amazing... – Matti Virkkunen Jun 9 '11 at 13:26
As mentioned in the duplicate. Flash for audio, canvas for animation, CSS image for the background. – Raynos Jun 9 '11 at 13:28
feedback

closed as exact duplicate by Quentin, Phill Sacre, Pekka, Raynos, Joachim Sauer Jun 9 '11 at 13:28

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

It uses the Closure compiler and closure tools developed by google to simplify development. HTML5 features are used. There might be the use of flash, like their previous Pacman implementation (depended on Flash)

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.