PDA

View Full Version : Hep with Flash Music Player please!?



alexchavez5
08 Apr 2010, 04:29 PM
Hey Guys,

Im a newbie here and to web development in general. I could use help with the website im building, forlabyla.com - I've added a music page using a Word Press Flash player and I have multiple songs on a page. Here is a the code for the player:

<object type="application/x-shockwave-flash" data="http://forlabyla.com/audio/player.swf" id="audioplayer1" height="24" width="160">
<param name="movie" value="http://forlabyla.com/audio/player.swf" />
<param name="FlashVars" value="playerID=audioplayer1&autostart=no&soundFile=http://forlabyla.com/audio/artist of the week/Sharon Jones/07 This Land Is Your Land.mp3" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
</object>

Is there any way to code this to make the first songs stop once I've clicked the play button on the second?

Any help would really be appreciated.

Thanks!