Example 1
This example loads one track into the player

This DIV content will be replaced by Wimpy.

Source Code

<script language='javascript' src='wimpy.js'></script>
<div id="wimpyTarget">This DIV content will be replaced by Wimpy.</div>
<script language="JavaScript" >
   makeWimpyPlayer("example3.mp3");
</script>

 

 

Part of the Wimpy MP3 Player Javascript Kit documentation.