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&amp;bg=0xCDDFF3&amp;leftbg=0x357DCE&amp;lefticon=0xF2F2F2&amp;rightbg=0xF06A51&amp;rightbghover=0xAF2910&amp;righticon=0xF2F2F2&amp;righticonhover=0xFFFFFF&amp;text=0x357DCE&amp;slider=0x357DCE&amp;track=0xFFFFFF&amp;border=0xFFFFFF&amp;loader=0xAF2910&amp;soundFile=unit1/track01.mp3"></embed>
                  </div>
link|improve this question

67% accept rate
Stop bumping your question and start providing more information, that's a better way to get answers. What kind of player do you have? Can you stop it using Javascript? Can different player instances talk to each other? Give us more details about your situation! – deceze Dec 22 '10 at 4:31
sorry..already had a solution..here is the link..macloo.com/examples/audio_player – Beginner Pogrammer Dec 22 '10 at 6:57
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.