vcastr3_w3c.html

来自「flv网页播放器 使用as3.0重新写了播放器 播放器大小缩小,在20+k」· HTML 代码 · 共 40 行

HTML
40
字号
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<title>test</title>
	</head>
	<body>
		<div>
			this page should be test on server(http://www.aaa.com, or http://localhost), not on local files system. because the test movie <b>http://vcastr.ruochi.com/video/happy_feet.flv</b> on the server,not on the local.
			<br/>
			本页必须在服务器(http://www.aaa.com,或者http://localhost)上测试,不能再本地文件系统测试, 因为测试文件<b>http://vcastr.ruochi.com/video/happy_feet.flv</b>是在服务器端,不再本地
		</div>
		<object type="application/x-shockwave-flash" data="vcastr3.swf" width="650" height="500" id="vcastr3">
			<param name="movie" value="vcastr3.swf"/> 
			<param name="allowFullScreen" value="true" />
			<param name="FlashVars" value="xml=
				{vcastr}
					{channel}
						{item}
							{source}http://vcastr.ruochi.com/video/happy_feet.flv{/source}
							{duration}{/duration}
							{title}{/title}
						{/item}
					{/channel}
					{config}
					{/config}
					{plugIns}
						{logoPlugIn}
							{url}logoPlugIn.swf{/url}
							{logoText}www.ruochi.com{/logoText}
							{logoTextAlpha}0.75{/logoTextAlpha}
							{logoTextFontSize}30{/logoTextFontSize}
							{logoTextLink}http://www.ruochigroup.com{/logoTextLink}
							{logoTextColor}0xffffff{/logoTextColor}
							{textMargin}20 20 auto auto{/textMargin}
						{/logoPlugIn}
					{/plugIns}
				{/vcastr}"/>
		</object>
	</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?