Guest User

Untitled

a guest
Oct 27th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <div id="mainimage">
  2. <audio id="1st_sound"><source src="http://translate.google.com/translate_tts?ie=UTF-8&tl=en&q=fire+engine" type="audio/mpeg" /></audio>
  3. <audio id="2st_sound"><source src="http://translate.google.com/translate_tts?ie=UTF-8&tl=en&q=train" type="audio/mpeg" /></audio>
  4. <audio id="3st_sound"><source src="http://translate.google.com/translate_tts?ie=UTF-8&tl=en&q=car" type="audio/mpeg" /></audio>
  5. <audio id="4st_sound"><source src="http://translate.google.com/translate_tts?ie=UTF-8&tl=en&q=bus" type="audio/mpeg" /></audio>
  6.  
  7. <img src="../../images/image/1.JPG" width="212" height="300" usemap="#my_image" />
  8.  
  9. <map name="my_image">
  10. <area shape="rect" coords="0,0,106,150" onClick="document.getElementById('1st_sound').play(); return false;" />
  11. <area shape="rect" coords="107,0,212,151" onClick="document.getElementById('2st_sound').play(); return false;" />
  12. <area shape="rect" coords="0,151,107,300" onClick="document.getElementById('3st_sound').play(); return false;" />
  13. <area shape="rect" coords="107,151,212,300" onClick="document.getElementById('4st_sound').play(); return false;" />
  14. </map>
Advertisement
Add Comment
Please, Sign In to add comment