TinMan
06-28-2009, 06:49 PM
I have embedded a wmv video file into a webpage.
Works fine on my PC and another I checked it on, however I have found out that it does not work on another two.
Code I used to embed was
<object classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" type="application/x-oleobject" width=320 height=286 align="middle" standby="Loading Windows Media Player components..." id="MediaPlayer">
<param name="filename" value="http://www.mydomain.co.uk/tours/mydomain.wmv">
<param name="Showcontrols" value="True">
<param name="autoStart" value="True">
<embed src="http://www.mydomain.co.uk/tours/mydomain.wmv" width=320 height=240 align="middle" type="application/x-mplayer2"></embed>
</object>
Is the likely problem out of date browsers?
Or do I need to modify my code?
Any guidance appreciated.
Works fine on my PC and another I checked it on, however I have found out that it does not work on another two.
Code I used to embed was
<object classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" type="application/x-oleobject" width=320 height=286 align="middle" standby="Loading Windows Media Player components..." id="MediaPlayer">
<param name="filename" value="http://www.mydomain.co.uk/tours/mydomain.wmv">
<param name="Showcontrols" value="True">
<param name="autoStart" value="True">
<embed src="http://www.mydomain.co.uk/tours/mydomain.wmv" width=320 height=240 align="middle" type="application/x-mplayer2"></embed>
</object>
Is the likely problem out of date browsers?
Or do I need to modify my code?
Any guidance appreciated.