开发者

How to play flv stream in HTML page not specialy creating SWF app?

开发者 https://www.devze.com 2022-12-31 05:43 出处:网络
How to play flv stream in HTM开发者_如何学JAVAL page not specialy creating SWF app? So I heard there is some way just using some html code tocreate SWF inside HTML page just for FLV playback...

How to play flv stream in HTM开发者_如何学JAVAL page not specialy creating SWF app? So I heard there is some way just using some html code to create SWF inside HTML page just for FLV playback...

Is it possible, how to do it?


You will need a Flash movie in any case, but most Flash-based video players accept specifying the movie to play using a parameter, without the need to build the movie yourself.

See here for a good list of such Flash-based video players.



object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="550" height="370"
    param name="movie" value="URL of FLV file"
    param name="quality" value="High">
    embed id='embed' src="URL of FLV File" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="550" height="370"
object

i m not sure if u are looking for this

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号