Skip to content
ram-nadella edited this page Mar 5, 2011 · 5 revisions

#Changelog#

##v 0.2## 2011-02-16

  • Audio is now embedded using the <embed> tag instead of the <audio> tag (Web audio support in chrome is still experimental)
  • Added jQuery
  • Using jQuery selectors, an <embed> tag with the src attribute set to the URL with the selection text added to it and autoplay set to true

##v 0.1## Initial Release

2011-02-11

Get the selected text, construct the URL with the text and embed it into the page using Javascript's Audio API that adds a Audio tag and set the source URL to the newly constructed URL and call play on the Audio object.

Clone this wiki locally