Created
May 2, 2016 02:10
-
-
Save z2015/cf08dcce8b514751e8156acce649f306 to your computer and use it in GitHub Desktop.
播放flv格式的html代码
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="640" height="480" id="VideoPlayer" align="middle"> | |
<param name="allowScriptAccess" value="*" /> | |
<param name="allowFullScreen" value="true" /> | |
<param name="movie" value="http://www.platipus.nl/flvplayer/download/1.0/FLVPlayer.swf?video=http://www.platipus.nl/flvplayer/download/pl-600.flv&autoplay=true" /> | |
<param name"quality" value="high" /> | |
<param name="bgcolor" value="#ffffff" /> | |
<embed src="http://www.platipus.nl/flvplayer/download/1.0/FLVPlayer.swf?video=http://www.platipus.nl/flvplayer/download/pl-600.flv&autoplay=true" quality="high" bgcolor="#000000" width="640" height="480" name="VideoPlayer" align="middle" allowScriptAccess="*" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> | |
</object> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment