I am in need of some JavaScript help. I am not really sure if this is JavaScript help or another language, but please correct me if I am wrong First of all, I have a script: WordPress Audio Player. I am not using WordPress but I am using the script on a HTML page. This thumbnail is how my HTML page looks like when I implemented the script. Below is the coding I used. <div class="productTitle"> <span> <a href="#">Track Name</a> </span</div> <div class="productDesc">Artist(s): <script language="JavaScript" src="http://www.DOMAIN.com/2009/player/audio-player.js"></script> <object type="application/x-shockwave-flash" data="http://www.kumar-radio.com/2009/player/player.swf" id="audioplayer1" height="20" width="290"> <param name="movie" value="http://www.DOMAIN.com/2009/player/player.swf"> <param name="FlashVars" value="playerID=1&soundFile=http://www.DOMAIN.com/2009/player/music.mp3"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> </object> </div> <div class="productLinks"> <a href="#">listen</a> / <a href="#">download</a> </div> </div> PHP: I would like to know how to make the player appear how it is on the thumbnail when I click the "listen" button. Any information would be highly appreciated. If you need anything from the coding please reply or PM me. I am willing to give hosting for 2 months FREE if anyone can resolve the issue! Thanks!!