标准Flash播放器嵌入-FLV
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了标准Flash播放器嵌入-FLV相关的知识,希望对你有一定的参考价值。
[via rtcrm]<b>Needed:</b>
- Video in FLV format.
- video_player.swf (standard player, which resizes for any flv).
<b>Notes:</b>
- SWF and FLV files can live anywhere.
- Location of FLV is relative to the location of video_player.swf. (see below - only video_player.swf needs the folder name.)
<object id="videoPlayerObject" name="videoPlayerObject" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1021" height="770"> <param name="movie" value="vid/video_player.swf"> <param name="flashvars" value="flv=filename.flv&width=1021&height=770"> <param name="allowScriptAccess" value="always"> <param name="allowFullScreen" value="true"> <param name="salign" value="lt"> <embed id="videoPlayerEmbed" name="videoPlayerEmbed" src="vid/video_player.swf" flashvars="flv=filename.flv&width=1021&height=770" allowFullScreen="true" width="1021" height="770" allowScriptAccess="always" salign="lt" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> </object>
以上是关于标准Flash播放器嵌入-FLV的主要内容,如果未能解决你的问题,请参考以下文章