We Recommend

Pro JavaScript Techniques Pro JavaScript Techniques
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.


Posted By

cirio on 09/28/08


Tagged


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

jamesming


yahoo media player example


Published in: JavaScript 


lineguides.netsons.org copyright

  1. <script type="text/javascript"src="http://mediaplayer.yahoo.com/js"></script>
  2.  
  3. //carico il file js necessario alla visualizzazione del player
  4.  
  5. <a href="http://www.lineguides.netsons.org/GoodRiddance.mp3">GoodRiddance</a>
  6.  
  7. // creo un collegamento ipertestuale alla canzone desiderata

Report this snippet 

You need to login to post a comment.