I'm loading video content from a third party server and in IE it works A ok but in Firefox nothing is showing??
here's the code from the table
-----------------------
<div id="mainContent">
<h1 style="font-size: 1.2em; color: #186868;">Video</h1>
<table width="550" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><object classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="549" height="342" align="top" id="mediaplayer1">
<param name="FileName" value=" />
<param name="AutoStart" value="True" />
<param name="ShowControls" value="True" />
<param name="ShowStatusBar" value="True" />
<param name="ShowDisplay" value="False" />
<param name="AutoRewind" value="False" />
<embed
name="WMplay"
width="549"
height="342"
type="application/x-mplayer2"
pluginspage="src="showcontrols="1"
autostart="1"
showdisplay="0"
showstatusbar="1" ></embed>
</object></td>
</tr>
</table>
</div>
---------------------------------
Any ideas?
here's the code from the table
-----------------------
<div id="mainContent">
<h1 style="font-size: 1.2em; color: #186868;">Video</h1>
<table width="550" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><object classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="549" height="342" align="top" id="mediaplayer1">
<param name="FileName" value=" />
<param name="AutoStart" value="True" />
<param name="ShowControls" value="True" />
<param name="ShowStatusBar" value="True" />
<param name="ShowDisplay" value="False" />
<param name="AutoRewind" value="False" />
<embed
name="WMplay"
width="549"
height="342"
type="application/x-mplayer2"
pluginspage="src="showcontrols="1"
autostart="1"
showdisplay="0"
showstatusbar="1" ></embed>
</object></td>
</tr>
</table>
</div>
---------------------------------
Any ideas?