<?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://the-days.cn/blog/tag/%e6%92%ad%e6%94%be%e5%99%a8/feed/" rel="self" type="application/rss+xml" />
	<link>http://the-days.cn/blog</link>
	<description>祭奠我那被岁月埋葬的青春</description>
	<lastBuildDate>Tue, 18 Jun 2013 05:58:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flash MP3 Player</title>
		<link>http://the-days.cn/blog/flash-mp3-player/</link>
		<comments>http://the-days.cn/blog/flash-mp3-player/#comments</comments>
		<pubDate>Tue, 26 Dec 2006 03:23:30 +0000</pubDate>
		<dc:creator>nuonuo</dc:creator>
				<category><![CDATA[资源]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[播放器]]></category>

		<guid isPermaLink="false">http://the-days.cn/blog/?p=109</guid>
		<description><![CDATA[关于本站Christmas模板(发布为Honey风格)下的flash播放器及添加方法：
由于很多人提及到需要这个播放器，下面我就以chiristmas风格为例来跟大家分享这款播放器

1.下载文件（含源文件）后解压，... ]]></description>
			<content:encoded><![CDATA[<p>关于本站<a href="http://the-days.cn/bo-blog/index.php?tem=christmas" target="_blank">Christmas</a>模板(发布为Honey风格)下的flash播放器及添加方法：<br />
由于很多人提及到需要这个播放器，下面我就以chiristmas风格为例来跟大家分享这款播放器</p>
<p><img src="http://the-days.cn/blog//wp-content/attachment/1167026130_0.jpg" alt="flash mp3 player" width="225" height="111" /></p>
<p>1.下载文件（含源文件）后解压，将player文件夹上传到你的空间。</p>
<p><a title="Flash MP3 Player" href="http://the-days.cn/blog//wp-content/attachment/FlashMP3Player.rar">点击此处下载</a></p>
<p>2.修改模板elements.php文件（请勿用记事本），打开找到</p>
<pre>&lt;div id="innerHeader"&gt;</pre>
<p>在下面加上</p>
<pre><span style="font-family: Lucida Sans Unicode;">&lt;DIV id=FlashHead style="TEXT-ALIGN: center"&gt;
&lt;OBJECT id=FlashH codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0 height=240 width=220 border=0 classid=clsid:D27CDB6E-AE6D-11CF-96B8-444553540000&gt;&lt;PARAM NAME="_cx" VALUE="5821"&gt;&lt;PARAM NAME="_cy" VALUE="3969"&gt;&lt;PARAM NAME="FlashVars" VALUE=""&gt;&lt;PARAM NAME="Movie" VALUE="../player/player.swf"&gt;&lt;PARAM NAME="Src" VALUE="../player/player.swf"&gt;&lt;PARAM NAME="WMode" VALUE="Transparent"&gt;&lt;PARAM NAME="Play" VALUE="0"&gt;&lt;PARAM NAME="Loop" VALUE="-1"&gt;&lt;PARAM NAME="Quality" VALUE="High"&gt;&lt;PARAM NAME="SAlign" VALUE=""&gt;&lt;PARAM NAME="Menu" VALUE="0"&gt;&lt;PARAM NAME="Base" VALUE=""&gt;&lt;PARAM NAME="AllowScriptAccess" VALUE=""&gt;&lt;PARAM NAME="Scale" VALUE="NoScale"&gt;&lt;PARAM NAME="DeviceFont" VALUE="0"&gt;&lt;PARAM NAME="EmbedMovie" VALUE="0"&gt;&lt;PARAM NAME="BGColor" VALUE=""&gt;&lt;PARAM NAME="SWRemote" VALUE=""&gt;&lt;PARAM NAME="MovieData" VALUE=""&gt;&lt;PARAM NAME="SeamlessTabbing" VALUE="1"&gt;&lt;PARAM NAME="Profile" VALUE="0"&gt;&lt;PARAM NAME="ProfileAddress" VALUE=""&gt;&lt;PARAM NAME="ProfilePort" VALUE="0"&gt;
&lt;embed src="../player/player.swf" pluginspage="<a href="http://www.macromedia.com/go/getflashplayer">http://www.macromedia.com/go/getflashplayer</a>" type="application/x-shockwave-flash" name="FlashH" width="220" height="240" quality="High" wmode="transparent" scale="ExactFit"/&gt;&lt;/OBJECT&gt;
&lt;/DIV&gt;
</span></pre>
<p>3.修改css，打开找到</p>
<pre>#innerHeader</pre>
<p>在这段代码下加上</p>
<pre>#FlashHead {
position:absolute;
width:220px;
margin:155px 0px 0px 580px;
}</pre>
<p>4.添加完成！关于清单里的参数设定：</p>
<pre>showDisplay="yes"  //显示歌曲名称
showPlaylist="no"   //显示歌曲清单
autoStart="no"       //自动播放</pre>
<p> 歌曲添加：</p>
<p>注意：[color=#FF6600]如果你需要更改播放器的文件名或路径，请同时打开源文件修改相应的清单路径，否则播放器调用时将不能读取清单。</p>
<p>PS：这是以这个模板为例来添加该播放器的，如果你需要添加到别处或别的模块区域也是同样的方法，只要修改css那段代码中的数值来调整到适当的位置即可。<br />
(这里需要注意一下，由于本站在部分模板下调用了一个小插件，复制内容后会自动添加版权信息，所以在粘贴代码后请检查，有则删除后面的版权信息。)</p>
]]></content:encoded>
			<wfw:commentRss>http://the-days.cn/blog/flash-mp3-player/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
