Find jobs - Web Hosting - Debt Consolidation - Find services - Debt Consolidation

PDA

View Full Version : Need Help?!


ichunez
Dec 22nd 2008, 11:19 am
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 :rolleyes:

First of all, I have a script: WordPress Audio Player (http://wpaudioplayer.com/). 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.
http://img.lcedatabase.com/images/ied4awxtxf4vcs6a7q_thumb.jpg (http://img.lcedatabase.com/viewer.php?file=ied4awxtxf4vcs6a7q.jpg)

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&amp;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>

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!!
:)