sample.html
来自「This player allows you to show the video」· HTML 代码 · 共 25 行
HTML
25 行
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Flash Video Player embeded by Javascript</title>
<script type="text/javascript" src="swfobject.js">
</script>
</head>
<body>
<br />
</strong></em><br /><br />
<div id="flashcontent2"></div>
<script type="text/javascript">
var so1 = new SWFObject("flvplayer.swf", "flvplayer", "638", "458", "7", null, true);
so1.addParam("allowFullScreen", "true");
so1.addParam("allowSciptAccess", "always");
so1.addVariable("autoplay", "true");
so1.addVariable("autoplay", "true");
so1.write("flashcontent2");
</script>
<BR>
<BR>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?