I'm trying to stream music onto another web site I have but I don't know how to do it. This is the code I'm using right now but it plays in Quicktime, and I want it to play in Windows Media Player. So what do I do?
HTML Code:
<embed name="RAOCXplayer" src="http://www.angelfire.com/art3/romero/In_My_Hood.mp3" ShowC."1" ShowStatusBar="1" AutoSize="true" AutoStart="true" EnableC."0" DisplaySize="0" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"></embed>
Comment