H
haiwen
Hello, everyone:
In order to display a video, I have done like follow.
The browser starts to play the video after it download the 1.avi file, this
is inconvenient when the 1.avi is big or the speed is slow.
Could anyone help to how to set the player to support streaming video, that
is to start play the video before fully download the video file.
Thanks for your help.
haiwen
<OBJECT ID="videoPlayer" hidden='false' WIDTH='608' HEIGHT='456'
CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="./1.avi">
<EMBED hidden='false' height='456' width='608' autostart='true'
TYPE=""application/x-mplayer2""
SRC="./1.avi"
NAME=""videoPlayer"" loop='false'</EMBED>
</OBJECT>
In order to display a video, I have done like follow.
The browser starts to play the video after it download the 1.avi file, this
is inconvenient when the 1.avi is big or the speed is slow.
Could anyone help to how to set the player to support streaming video, that
is to start play the video before fully download the video file.
Thanks for your help.
haiwen
<OBJECT ID="videoPlayer" hidden='false' WIDTH='608' HEIGHT='456'
CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="./1.avi">
<EMBED hidden='false' height='456' width='608' autostart='true'
TYPE=""application/x-mplayer2""
SRC="./1.avi"
NAME=""videoPlayer"" loop='false'</EMBED>
</OBJECT>