View Single Post
Old 03-15-2005, 07:29 PM   PM User | #21
Ferrence
New to the CF scene

 
Join Date: Mar 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Ferrence is an unknown quantity at this point
play audio on an embedded wmp by clicking on links

Quote:
Originally Posted by _Aerospace_Eng_
yes its possible, u can set up a link like this
Code:
<a href="yoursong.mp3" onclick="document.all.music.filename='yoursong.mp3';return false">Play Song</a>
that should work
Hi i am having a specific problem with embedding Windows media player in my webpage.

I have the embedded player. And i have a few logo's.

What i want is that when i click on a certain logo the player starts to play a certain file.

If it is possible it should work like the following site. www.nederland.fm

Just to click on something and the music will start to play.

Can anybody help me? I have been googling for over a month now...
Ferrence is offline