just curious - everyone seems to use flash
is it possible to stream a wmv file? meaning skip ahead before the file has downloaded
is it possible to stream a wmv file? meaning skip ahead before the file has downloaded
<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>

Comment