Click to See Complete Forum and Search --> : Streaming a FLV file on a webserver


GraffixNyc
09-21-2007, 10:27 AM
Ok I have read a lot about this but I can't figure it out. We want to stream FLV files. I got this code for a free player but the flv file never loads when it's on the server. Other flv files I have seen on the web work with this code so why wouldn't it work for my flv files? we really need to get these videos to stream. we are using IIS 6.0 and ASP


<object type="application/x-shockwave-flash" width="400" height="350"

wmode="transparent" data="flvplayer.swf?file=**vid location**&autoStart=true">

<param name="movie" value="flvplayer.swf?file=**vid location**&autoStart=true" />

<param name="wmode" value="transparent" />

</object>