Patientlearner
03-11-2008, 03:22 PM
I uploaded a video file jammin2007.avi into a videos folder in my public_html but it's unplayable in the web page I created. The video html code in web page looked like this:
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" width="425" height="355">
<param name="src" value="http://www.myunfinishedsite.com/public_html/videos/Jammin2007.AVI" />
<param name="url" value="http://www.myunfinishedsite.com/public_html/videos/Jammin2007.AVI" />
<param name="width" value="425" /><param name="height" value="355" />
<embed type="application/x-mplayer2" src="videos/Jammin2007.AVI" width="425" height="355">
</embed></object>
Help is greatly appreciated. Thank you!
<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" width="425" height="355">
<param name="src" value="http://www.myunfinishedsite.com/public_html/videos/Jammin2007.AVI" />
<param name="url" value="http://www.myunfinishedsite.com/public_html/videos/Jammin2007.AVI" />
<param name="width" value="425" /><param name="height" value="355" />
<embed type="application/x-mplayer2" src="videos/Jammin2007.AVI" width="425" height="355">
</embed></object>
Help is greatly appreciated. Thank you!