-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog
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 thesrc
attribute set to the URL with the selection text added to it andautoplay
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.