Click to See Complete Forum and Search --> : Help streaming video


eruditionist
10-16-2006, 11:18 PM
Hi where can i learn about streaming asf files? I need to have 4 vidoes play back to back streamlined sorta like CNN Pipeline. Please help I have no idea where I can get a good player or the code I need to use to stream asf files.

d66
10-21-2006, 11:49 AM
Try this http://www.mioplanet.com/rsc/embed_mediaplayer.htm

Non-embedded http://www.washington.edu/computing/web/streaming/windowsmedia.html


<OBJECT id="VIDEO" width="320" height="240"
style="position:absolute; left:0;top:0;"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">

<PARAM NAME="URL" VALUE="your file or url">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="none">
<PARAM name="PlayCount" value="9999">
</OBJECT>