Tuesday, May 17, 2005

Embded Media Player

use this solution for firefox browser.. the background music thing doesn't work because of the code used, <embed> is deprecated, and Firefox won't recognise it.


<object id="MediaPlayer"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading Microsoft® Windows®
Media Player components..." type="application/x-oleobject"
width="460" height="18">
<param name="AnimationatStart"
value="false">
<param name="FileName" value="URL_HERE">
<param name="TransparentatStart"
value="true">
<param name="AutoStart" value="true">
<param name="ShowStatusBar" value="true">
<param name="ShowControls" value="true">
<param name="ShowDisplay" value="false">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/windows/windowsmedia/en/download/default.asp" src="URL_HERE"
name="MediaPlayer" showcontrols="1" showstatusbar="1"
showtracker="0" autostart="1" width="460" height="18"
border="0"></embed>


now my radio is compatible with firefox browser.. :)
thank you .. http://regretless.org/viewthread.php?tid=29890

No comments:

Related Posts Plugin for WordPress, Blogger...