I have had problems playing embebbed mpeg files in firefox. The other day I thought I would solve the problem and find an HTML code that plays succsesfully.
In the past I just used embed and the src of the mpeg file. That works fine in IE, which I hate, but Firefox can't find the file.
Weird as they both load Windows Media Player to play the file.
I found a more complete HTML code whic is as follows:
This allows mpeg files to play in firefox.
Problem is, ever since I did that I can't resize video in MPCStar. The window goes full screen but the video stays the original size.
I could use Windows restore I'm sure but I have installed a new monitor and drivers plus just got my TV card working again and I don't want to do ll that again so I hope someone has a solution.
Thanks
In the past I just used embed and the src of the mpeg file. That works fine in IE, which I hate, but Firefox can't find the file.
Weird as they both load Windows Media Player to play the file.
I found a more complete HTML code whic is as follows:
| Code: |
|
<OBJECT ID="WMPlay" width=720 height=576 classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,70" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject"> <PARAM name="URL" value="johnny english_001.mpg"> <PARAM name="DisplaySize" value=0> <PARAM name="AllowChangeDisplaySize" value="1"> <PARAM NAME=ShowControls VALUE=1> <PARAM NAME="WindowlessVideo" Value="0"> <PARAM NAME=ShowDisplay VALUE=1> <PARAM NAME=ShowStatusBar VALUE=1> <PARAM NAME=AutoStart VALUE=0> <PARAM NAME=InvokeURLS Value=0> <embed name="WMplay" width="720" height="576" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" src="johnny english_001.mpg" Name="Video File" AllowChangeDisplaySize="1" ShowControls="1" AutoStart=0 ShowDisplay="0" ShowStatusBar="1"> </embed> </object> |
This allows mpeg files to play in firefox.
Problem is, ever since I did that I can't resize video in MPCStar. The window goes full screen but the video stays the original size.
I could use Windows restore I'm sure but I have installed a new monitor and drivers plus just got my TV card working again and I don't want to do ll that again so I hope someone has a solution.
Thanks
