View Single Post
Old 11-06-2009, 04:36 AM  
RayBonga
too cool for highschool
 
RayBonga's Avatar
 
Join Date: Nov 2005
Location: East side, West side, Worldwide!
Posts: 12,164
try the code below

Code:
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width="540" height="405" codebase="http://www.microsoft.com/Windows/MediaPlayer/">
<param name="Filename" value="video.wmv">
<param name="AutoStart" value="true">
<param name="ShowControls" value="true">
<param name="BufferingTime" value="2">
<param name="ShowStatusBar" value="true">
<param name="AutoSize" value="true">
<param name="InvokeURLs" value="false">
<embed src="video.wmv" type="application/x-mplayer2" autostart="1" enabled="1" showstatusbar="1" showdisplay="1" showcontrols="1" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0" width="540" height="405"></embed>
</object>
RayBonga is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote