Hi!
I need a little advice for a localy hosted avi-file.
This code isnt working for me:
<object id="MediaPlayer" width="500" height="300" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components…" type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">
<param name="filename" value="$p1">
<param name="Showcontrols" value="True">
<param name="autostart" value="false">
<embed type="application/x-mplayer2" src="$p1" name="MediaPlayer" width="500" height="300" autoplay="false"></embed>
</object>
What should i do ?
|