currently i created a page that will play mp3 files. now..in my page.. i can play many mp3 files at one time..i need to create a page that will play only one file at a time. when user click other file..the file that are already play will stop automatically... please help me
below is my code:
<div align="center">
<embed type="application/x-shockwave-flash" allowscriptaccess="sameDomain" bgcolor="#FFF7FC" width="290" height="25" wmode="transparent" src="player.swf" flashvars="playerID=2&bg=0xCDDFF3&leftbg=0x357DCE&lefticon=0xF2F2F2&rightbg=0xF06A51&rightbghover=0xAF2910&righticon=0xF2F2F2&righticonhover=0xFFFFFF&text=0x357DCE&slider=0x357DCE&track=0xFFFFFF&border=0xFFFFFF&loader=0xAF2910&soundFile=unit1/track01.mp3"></embed>
</div>