
Warning: Declaration of c2c_ConfigureSMTP::options_page_description() should be compatible with C2C_Plugin_023::options_page_description($localized_heading_text = '') in /home/mslandimfs1l6a8ndd/wwwroot/wp-content/plugins/configure-smtp/configure-smtp.php on line 47
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>迷失的世界 &#187; 网页播放器</title>
	<atom:link href="http://www.msland.cn/tag/%e7%bd%91%e9%a1%b5%e6%92%ad%e6%94%be%e5%99%a8/feed" rel="self" type="application/rss+xml" />
	<link>http://www.msland.cn</link>
	<description>迷失的世界-终要找到归属....</description>
	<lastBuildDate>Sat, 24 Jan 2015 10:46:32 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>FLV播放器代码 网页FLV在线播放代码分享</title>
		<link>http://www.msland.cn/flashflv.html</link>
		<comments>http://www.msland.cn/flashflv.html#comments</comments>
		<pubDate>Sat, 02 Jun 2012 11:16:42 +0000</pubDate>
		<dc:creator><![CDATA[Zero]]></dc:creator>
				<category><![CDATA[网站相关]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[网页播放器]]></category>

		<guid isPermaLink="false">http://www.msland.cn/?p=527</guid>
		<description><![CDATA[今天在插入暗黑三flv视频的时候，找了个很简单的FLV网页播放器~~呵呵！转过来供参考！ 挺不错的，就是不好搞 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>今天在插入暗黑三flv视频的时候，找了个很简单的FLV网页播放器~~呵呵！转过来供参考！<br />
挺不错的，就是不好搞flv的地址，优酷啊土豆啊。。都加密了。。。<br />
比较愁。NND~~<br />
播放器很好很强大~~FLV播放器代码 网页FLV在线播放代码分享<br />
<strong>演示：</strong></p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="500" height="400"><param name="movie" value="http://www.msland.cn/Flvplayer.swf" /><param name="quality" value="high" /><param name="allowFullScreen" value="true" /><param name="FlashVars" value="vcastr_file=http://turnoffthelights.googlecode.com/files/Milk%20Inc.%20-%20Storm%20%28Official%20Video%29.mp4&#038;LogoText=www.msland.cn&#038;BufferTime=3" /><embed src="http://www.msland.cn/Flvplayer.swf" allowfullscreen="true" flashvars="vcastr_file=http://turnoffthelights.googlecode.com/files/Milk%20Inc.%20-%20Storm%20%28Official%20Video%29.mp4&#038;LogoText=www.msland.cn" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="400"></embed></object></p>
<p><strong>代码：</strong></p>
<pre class="brush: xml; title: ; notranslate">&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0&quot; width=&quot;500&quot; height=&quot;400&quot;&gt;
&lt;param name=&quot;movie&quot; value=&quot;http://www.msland.cn/Flvplayer.swf&quot; /&gt;
&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;
&lt;param name=&quot;FlashVars&quot; value=&quot;vcastr_file=http://sjzqy.gotoip55.com/demo/js/mp3/1.flv&amp;LogoText=www.msland.cn&amp;BufferTime=3&quot; /&gt;&lt;embed src=&quot;http://www.msland.cn/Flvplayer.swf&quot; allowfullscreen=&quot;true&quot; flashvars=&quot;vcastr_file=http://sjzqy.gotoip55.com/demo/js/mp3/1.flv&amp;LogoText=www.msland.cn&quot; quality=&quot;high&quot; luginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;500&quot; height=&quot;400&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</pre>
<p><strong>代码说明：</strong></p>
<p>500 ：播放器的宽度。<br />
400：播放器的高度。<br />
Flvplayer.swf ：播放器文件地址，如果大家没空间放，请直接用http://www.msland.cn/Flvplayer.swf</p>
<p>http://sjzqy.gotoip55.com/demo/js/mp3/*.flv：flv文件地址。</p>
<p>www.msland.cn ：播放器顶部标志，可缺省。<br />
Flvplayer.swf 这是FLV播放器，也就是上面下载的播放文件，很重要，路径一定要对，否则播放错误，可以放其他目录，如果放在 img目录就是：img/Flvplayer.swf ，前面不带“/”。，可直接用本地的FLV播放器http://www.msland.cn/Flvplayer.swf</p>
<p>flash播放器下载：<a href="http://www.msland.cn/wp-content/uploads/2012/06/Flvplayer.rar">Flvplayer</a></p>
<p>如果觉着这个功能不够强大，那么<a href="http://www.msland.cn/vcastr-flv.html" target="_blank">点击这里</a>给你一个超级强大的播放器!~~~</p>
]]></content:encoded>
			<wfw:commentRss>http://www.msland.cn/flashflv.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
