Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Video loading issues

Status
Not open for further replies.

aph

Technical User
Jul 8, 2000
134
0
0
GB
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top