PDA

View Full Version : Radio Player FF/IE/O



adm
24-10-2006, 06:01 PM
Is there a script for a radio player that works in FF/IE/O?

uber
24-10-2006, 06:02 PM
Yes put it embedded

adm
24-10-2006, 06:18 PM
Just wrap embed tags round parameter?

Bomb-Head
24-10-2006, 06:42 PM
Heres one that works in FF and IE. Not sure about O.





<center><OBJECT ID='WinMedia'
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
CODEBASE='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
width=323 height=50 standby='Loading Microsoft Windows Media Player components...'
type='application/x-oleobject'>
<PARAM NAME='FileName' VALUE='ADDRESS HERE'>
<PARAM NAME='AutoStart' Value='true'>
<PARAM NAME='ShowControls' Value='true'>
<Embed type='application/x-mplayer2'
pluginspage='http://www.microsoft.com/Windows/MediaPlayer/'
src='ADDRESS HERE'
Name=MediaPlayer
AutoStart=0
Width=323
Height=50
autostart=1
ShowControls=1
</embed>
</OBJECT></center>

adm
25-10-2006, 10:09 AM
Does that have a start embed tag?

EDIT - yes it does ;)

Want to hide these adverts? Register an account for free!