<?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; flash</title>
	<atom:link href="http://the-days.cn/blog/tag/flash/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>
		<item>
		<title>Imagevue Flash相册使用简单教程</title>
		<link>http://the-days.cn/blog/imagevue-17/</link>
		<comments>http://the-days.cn/blog/imagevue-17/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 04:23:27 +0000</pubDate>
		<dc:creator>nuonuo</dc:creator>
				<category><![CDATA[资源]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[imagevue]]></category>
		<category><![CDATA[sitemenu]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[相册]]></category>

		<guid isPermaLink="false">http://the-days.cn/blog/?p=115</guid>
		<description><![CDATA[
第一页： ImageVue程序的安装要求及功能简介
第二页： ImageVue1.7使用提示（基础教程）
第三页： Sitemenu插件的使用（为ImageVue添加导航菜单）
   Imagevue是一款基于普遍应用的PHP和Flash的相册程... ]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Imagevue" src="http://the-days.cn/blog//wp-content/attachment/1162060748_0.jpg" alt="" width="426" height="183" /></p>
<p>第一页： <a href="http://the-days.cn/blog//imagevue-17/1/">ImageVue程序的安装要求及功能简介</a><br />
第二页： <a href="http://the-days.cn/blog//imagevue-17/2/">ImageVue1.7使用提示（基础教程）</a><br />
第三页： <a href="http://the-days.cn/blog//imagevue-17/3/">Sitemenu插件的使用（为ImageVue添加导航菜单）</a></p>
<p>   Imagevue是一款基于普遍应用的PHP和Flash的相册程序，也是我很喜欢的一个相册程序。之前有很多人已经写过或转帖过其功能和使用方法。</p>
<p>   而就在上个月初Imagevue官方发布了Imagevue1.7版进行了升级，其中Sitemenu插件，可以给imageVue相册添加一个flash的导航菜单（具体效果可以看我的相册顶部）。这样imageVue在与其他程序配合使用的时候更加方便（使用方法及注意事项请查阅本篇第3页）。所以我在这里也进行了整理和收集，以方便自己用。</p>
<p>   演示：  <a title="Nuonuo's Gallery" href="http://the-days.cn/gallery/" target="_blank">http://nuocn.com/gallery/</a><br />
   官方：  <a href="http://www.imagevuex.com" target="_blank">http://www.imagevuex.com</a><br />
   下载： <a title="Imagevue 下载" href="http://the-days.cn/blog//wp-content/attachment/ImageVue1.7.rar">Imagevue1.7</a></p>
<p><strong>一、安装要求：</strong></p>
<p>　　要运行imageVue，基本上只有一要求：你需要支持PHP的一台服务器。此外，为了能自动建立缩略/预览图像，你的服务器需要GD2扩展。</p>
<p>　　如果你的服务器不支持GD2，你仍然能使用imageVue，但是你必须手工建立缩略图。 使用Macromedia fireworks和adobe Imageready的批处理功能可以很方便的做到（缩略图放在图片的同一目录，且名称前加tn_，即01.jpg的缩略图为tn_01.jpg）。</p>
<p><strong>二、功能介绍：</strong></p>
<p>1、 自动生成缩略图 （需GD库）<br />
<img class="alignnone" src="http://the-days.cn/blog//wp-content/attachment/1162055700_1.jpg" alt="" width="400" height="220" /></p>
<p>2、 支持背景音乐，并有相当成熟的流出理能力。<br />
<img class="alignnone" src="http://the-days.cn/blog//wp-content/attachment/1162055582_0.jpg" alt="" width="400" height="220" /></p>
<p>3、 支持POPUP窗口，图片特写。<br />
<img class="alignnone" src="http://the-days.cn/blog//wp-content/attachment/1162055700_2.jpg" alt="" width="400" height="220" /></p>
<p>4、 动态预览窗口<br />
<img class="alignnone" src="http://the-days.cn/blog//wp-content/attachment/1162055582_1.jpg" alt="" width="400" height="220" /></p>
<p>5、 方向键控制<br />
<img class="alignnone" src="http://the-days.cn/blog//wp-content/attachment/1162055582_3.jpg" alt="" width="400" height="220" /></p>
<p>6、 幻灯片功能<br />
<img class="alignnone" src="http://the-days.cn/blog//wp-content/attachment/1162055582_2.jpg" alt="" width="400" height="220" /></p>
<p>7、 在线、本地管理功能<br />
<img class="alignnone" src="http://the-days.cn/blog//wp-content/attachment/1162055582_4.jpg" alt="" width="400" height="220" /></p>
<p>8、 支持语言文件编辑</p>
<p>9、 其他<br />
<img class="alignnone" src="http://the-days.cn/blog//wp-content/attachment/1162055700_0.jpg" alt="" width="400" height="220" /><br />
<img class="alignnone" src="http://the-days.cn/blog//wp-content/attachment/1162055700_3.jpg" alt="" width="400" height="220" /></p>
]]></content:encoded>
			<wfw:commentRss>http://the-days.cn/blog/imagevue-17/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Google中文名称正式公布</title>
		<link>http://the-days.cn/blog/google%e4%b8%ad%e6%96%87%e5%90%8d%e7%a7%b0%e6%ad%a3%e5%bc%8f%e5%85%ac%e5%b8%83/</link>
		<comments>http://the-days.cn/blog/google%e4%b8%ad%e6%96%87%e5%90%8d%e7%a7%b0%e6%ad%a3%e5%bc%8f%e5%85%ac%e5%b8%83/#comments</comments>
		<pubDate>Wed, 12 Apr 2006 15:34:59 +0000</pubDate>
		<dc:creator>nuonuo</dc:creator>
				<category><![CDATA[杂谈]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[谷歌]]></category>

		<guid isPermaLink="false">http://the-days.cn/blog/?p=78</guid>
		<description><![CDATA[
Google 公司在中国正式公布 Google 全球中文名称：谷歌。Google 英文名称原义为10的100次方。这是首次 Google 在美国之外起名,也是在全球范围内唯一的非英文名字。 Google 董事长兼首席执行官埃里... ]]></description>
			<content:encoded><![CDATA[<p><img src="http://the-days.cn/blog//wp-content/attachment/1145263179.jpg" alt="谷歌" /><br />
<a href="http://www.google.com/" target="_blank"><del>Google</del></a> 公司在中国正式公布 Google 全球中文名称：<a href="http://www.google.cn/" target="_blank"><span style="text-decoration: underline;">谷歌</span></a>。Google 英文名称原义为10的100次方。这是首次 Google 在美国之外起名,也是在全球范围内唯一的非英文名字。 Google 董事长兼首席执行官埃里克·施密特拼出了七巧板中文名称，谷歌意即丰收之歌，以诗意的方式寓意了丰富多彩的搜索体验。</p>
<p>宣传flash:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="450" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://googlechinablog.com/gugeflash.swf" /><embed type="application/x-shockwave-flash" width="450" height="350" src="http://googlechinablog.com/gugeflash.swf"></embed></object></p>
<p>天街小雨润如酥，草色遥看近却无。今天就是这样一个日子，春意盎然，生机勃勃。</p>
<p>在这个耕耘的季节，Google 取名“谷歌”。以谷为歌，是播种与期待之歌，亦是收获与欢愉之歌。</p>
<p>我们希望，“谷歌” 能为每一个人整合全球信息，让人人能获取，使人人都受益。</p>
<p>欢迎你到 “谷歌” 来，让我们为你搜索，给你收获。</p>
<p>一条条信息就像一株株小草，鲜活而充满生命力，汇聚起来，成一片新绿，无边无际。</p>
<p>我们把每个网站当成一个选民，所有搜索结果的排名完全由这些选民相互 “投票” 公正决定。因为我们相信，信息面前，人人平等，只有真正在网络上被大家公选、信赖的信息才是有价值的。</p>
<p>我们更期望，一旦你到“谷歌”来，就可以迅速找到所需的信息，然后离开，去做自己想做的事情。我们以心血为你争取时间，并为你不断寻找更多获取信息的方式。</p>
<p>我们曾经设想，把庞大的服务器群放在一艘船上，让淙淙流水发动能源，带动信息的整合。这乍看起来风光无限的浪漫图景，诉说着我们对理想不舍昼夜的追求。</p>
<p>今天我们所整合的，只是无穷信息的一小部分。我们要做的，是汇天下信息，予天下人。信息还有许多, 我们要做的也就更多。</p>
]]></content:encoded>
			<wfw:commentRss>http://the-days.cn/blog/google%e4%b8%ad%e6%96%87%e5%90%8d%e7%a7%b0%e6%ad%a3%e5%bc%8f%e5%85%ac%e5%b8%83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>迷你 MP3 Flash Player (3.25更新)</title>
		<link>http://the-days.cn/blog/dewplayer-update/</link>
		<comments>http://the-days.cn/blog/dewplayer-update/#comments</comments>
		<pubDate>Sat, 25 Mar 2006 16:38:42 +0000</pubDate>
		<dc:creator>nuonuo</dc:creator>
				<category><![CDATA[资源]]></category>
		<category><![CDATA[dewplayer]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[连续播放]]></category>

		<guid isPermaLink="false">http://the-days.cn/blog/?p=71</guid>
		<description><![CDATA[在原有的基础上增加连续播放歌曲的代码，即在所有歌曲之间添加&#8221;&#124;&#8221;符号（不包括引号）就可实现。前提是必须更新扩展型flash播放器。
&#60;script type="text/javascript"&#62;&#60;!--
  Player... ]]></description>
			<content:encoded><![CDATA[<p>在<a href="http://the-days.cn/blog//dewplayer"><del>原有的基础</del></a>上增加连续播放歌曲的代码，即在所有歌曲之间添加&#8221;|&#8221;符号（不包括引号）就可实现。前提是必须更新扩展型flash播放器。</p>
<pre>&lt;script type="text/javascript"&gt;&lt;!--
  Player("音乐文件地址/文件名.mp3&amp;#124;音乐文件地址/文件名.mp3&amp;#124;音乐文件地址/文件名.mp3&amp;#124;……");
// --&gt;&lt;/script&gt;</pre>
<p>演示：<a href="http://the-days.cn/res/dewplayer/dewplayer.htm" target="_blank">dewplayer.htm</a><br />
温馨提示：使用这个播放器时请相应修改前面js文件里的相应播放器名称，这里是：&#8221;dewplayer.swf&#8221; → &#8220;dewplayer-multi.swf&#8221;</p>
<p>下载扩展型flash播放器：<br />
<a href="http://the-days.cn/res/dewplayer/dewplayer-multi.swf">dewplayer-multi.swf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://the-days.cn/blog/dewplayer-update/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>迷你 MP3 Flash Player</title>
		<link>http://the-days.cn/blog/dewplayer/</link>
		<comments>http://the-days.cn/blog/dewplayer/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 16:12:42 +0000</pubDate>
		<dc:creator>nuonuo</dc:creator>
				<category><![CDATA[资源]]></category>
		<category><![CDATA[dewplayer]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://the-days.cn/blog/?p=53</guid>
		<description><![CDATA[
3.25有更新，请查阅：http://nuocn.com/blog/read.php?71
在一个用怪异文字书写的blog上发现了一个既小巧又比较实用的在线mp3播放器：dewplayer
这是一个大小不到4k的flash文件，只要在想要放置歌曲的页... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://the-days.cn/blog//wp-content/attachment/1145264314.jpg" rel="lightbox[79]"><img src="http://the-days.cn/blog//wp-content/attachment/1145264314.jpg" alt="dewplayer" border="0" width="441" height="90" /></a><br />
3.25有更新，请查阅：<a href="http://the-days.cn/blog//dewplayer-update/">http://nuocn.com/blog/read.php?71</a></p>
<p>在一个用<a href="http://www.estvideo.com/dew/index/2005/02/16/370-player-flash-mp3-leger-comme-une-plume" target="_blank">怪异文字书写的blog</a>上发现了一个既小巧又比较实用的在线mp3播放器：dewplayer<br />
这是一个大小不到4k的flash文件，只要在想要放置歌曲的页面中添加调用代码即可使用，界面简洁而且美观，而且还可以自行设置。</p>
<p>演示： <a href="http://the-days.cn/res/dewplayer/dewplayer.htm" target="_blank">dewplayer.htm</a></p>
<p>其基本的调用代码如下：</p>
<pre><span style="font-family: Lucida Sans Unicode;">&lt;div&gt;
    &lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="200" height="20" codebase="<a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0</a>"&gt;
        &lt;embed type="application/x-shockwave-flash" width="200" height="20"&gt;&lt;/embed&gt;
    &lt;/object&gt;
&lt;/div&gt;
&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="200" height="20" codebase="<a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0">http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0</a>"&gt;
    &lt;param name="src" value="http://播放器所在目录/dewplayer.swf?son=test.mp3&amp;amp;autoplay=1" /&gt;
    &lt;embed type="application/x-shockwave-flash" width="200" height="20" src="http://播放器所在目录/dewplayer.swf?son=test.mp3&amp;amp;autoplay=1"&gt;&lt;/embed&gt;
&lt;/object&gt;</span></pre>
<p>可以看出来，非常的简单。需要自己修改的就是两处涉及Flash播放器文件所在的地址以及想要播放的歌曲地址。<br />
当然，这也只是简单的应用，这个播放器还可以进行进一步的设置：</p>
<p>1.播放器背景透明。<br />
这样设置的效果将可以在任何背景下比较完美的现实播放器的界面，也是我比较推荐的方法。操作上只需要在object标签包围中加入一行参数设置，即加入如下代码：</p>
<p>2.播放器的背景颜色。<br />
本项设置的前提是“背景透明”没用启用，换句话说也就是，无论你设置播放器的背景是什么颜色，一旦同时设置了背景透明，背景颜色也就显示不出来了。设置背景颜色的代码如下：</p>
<p>其中颜色代码为十六进制颜色代码，如：白色(#FFF)、黑色(#000)等。</p>
<p>3.自动播放。<br />
这个就很好理解了，是否允许歌曲自动播放。设置方法就是在调用播放器和设置歌曲地址代码的后面加上&amp;autoplay=1，比如：dewplayer.swf?son=musicName.mp3&amp;autoplay=1。</p>
<p>以上就是dewPlayer的应用方法了，不过用起来似乎还是有点麻烦，每次设置那么多东西，还要添加代码，是不是麻烦呢。其实我们也可以用javascript来实现这些功能，这样就简便了不少。建立一个.js文件，比如dewplayer.js，将以下代码写到里面去：</p>
<pre>function Player(mp3Path/*, autoPlay*/)
{
document.write('&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="200" height="20" codebase="<a href="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot;&gt;&lt;param">http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param</a> name="bgcolor" value="#000000" /&gt;&lt;param name="wmode" value="transparent" /&gt;&lt;param name="src" value="dewplayer.swf?son='+mp3Path+'" /&gt;&lt;embed type="application/x-shockwave-flash" width="200" height="20" src="dewplayer.swf?son='+mp3Path+'" wmode="transparent" bgcolor="#000000"&gt;&lt;/embed&gt;&lt;/object&gt;');
}</pre>
<p>PS：可以看到，代码中有很多注释部分（/* &#8230; */），那些都是没有选择使用的，或者是不太好用的（？）。另外请注意播放器路径，相应更改播放器所在的目录。</p>
<p>调用这个js文件，在页面中加入下面这段代码：</p>
<pre>&lt;script src="<a href="http://js/">http://js</a>文件所在地址/dewplayer.js" type="text/javascript"&gt;&lt;/script&gt;</pre>
<p>当你想在页面中加入播放器的时候，只需要用我们在js文件中提供的函数就可以了：</p>
<pre>&lt;script type="text/javascript"&gt;&lt;!--
  Player("音乐文件地址/文件名.mp3");
// --&gt;&lt;/script&gt;</pre>
<p>需要注意的是，调用函数的时候，不要忘记把音乐文件的地址用“&#8221;”（半角引号）引起来，还有就是调用的函数名要与js中定义的名字相同，而且字母大小写也要匹配。</p>
<p>3.25有更新，请查阅：<a href="http://the-days.cn/blog//dewplayer-update/">http://nuocn.com/blog/read.php?71</a></p>
<p>下载此文件后请注意js文件里播放器的路径，相应更改播放器所在的目录<br />
下载：<a href="http://the-days.cn/blog//wp-content/attachment/dewplayer.rar">dewplayer.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://the-days.cn/blog/dewplayer/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>一个有趣的flash,经典哦</title>
		<link>http://the-days.cn/blog/pencil-mation/</link>
		<comments>http://the-days.cn/blog/pencil-mation/#comments</comments>
		<pubDate>Fri, 10 Jun 2005 00:11:26 +0000</pubDate>
		<dc:creator>nuonuo</dc:creator>
				<category><![CDATA[杂谈]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[pencil-mation]]></category>

		<guid isPermaLink="false">http://the-days.cn/blog/?p=43</guid>
		<description><![CDATA[ location="http://the-days.cn/bo-blog-v1/index.php?job=art&#038;articleid=a_20050610_001126"; ... ]]></description>
			<content:encoded><![CDATA[<p><script> location="http://the-days.cn/bo-blog-v1/index.php?job=art&#038;articleid=a_20050610_001126"; </script></p>
]]></content:encoded>
			<wfw:commentRss>http://the-days.cn/blog/pencil-mation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
