
June 20th, 2004, 08:07 AM
|
|
Registered User
|
|
Join Date: Mar 2004
Posts: 29
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Cross Browser Stream
Hi,
I've looked through these forums and found the following code:
Code:
<object classid="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A" width="200" height="70">
<param name="FileName" value="ftp://***/mp3s/Lighthouse Family - Lifted.mp3" />
<param name="type" value="application/x-mplayer2" />
<param name="PlayCount" value="1" />
<param name="Volume" value="1" />
<param name="ShowControls" value="true" />
<param name="ShowDisplay" value="true" />
<embed type="application/x-mplayer2" playcount= "1" width="70" height="26" filename="ftp://***/mp3s/Lighthouse Family - Lifted.mp3" volume="1" showcontrols="true" showdisplay="true" src="ftp://***/mp3s/Lighthouse Family - Lifted.mp3">
</embed>
</object>
This works very nicely in IE. Trouble is, I prefer Opera to IE.
Is there a piece of code that works across browser platforms? I've searched the forums and not found much about this.
The site I'm developing is for use on my home network only and won't go outside...just incase someone says I shouldn't be streaming mp3s!!
Cheers!
Neil. 
|