how to streaming video play in asp.net

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,905
Latest member
Kristy_Poole

Latest Threads

Top