﻿<?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>19~Blog &#124; &#187; as3</title>
	<atom:link href="http://www.ll19.com/tag/as3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ll19.com</link>
	<description>今天总是好过昨天~原来，冥冥之中，自有天意。</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:46:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>WordPress的有用评论插件</title>
		<link>http://www.ll19.com/wordpress_useful_comments2.html</link>
		<comments>http://www.ll19.com/wordpress_useful_comments2.html#comments</comments>
		<pubDate>Fri, 03 Dec 2010 05:47:20 +0000</pubDate>
		<dc:creator>19.</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.ll19.com/?p=216</guid>
		<description><![CDATA[对以前有用评论插件的修改版，基本能正确解析字体样式，通过对插件下的resource\style.xml进行总体的样式设定，如果评论中有带style属性的标签，则会以style的样式为主。以前开发了这个功能但苦于FLASH显示HTML字体样式的缺陷没有太多使用，这次完善了这部分功能也是为了坚持把这块使用起来。 插件简单说来就是把有用的留言“置顶”到紧跟着文章的下面。拿自己来说，因为很多时候提供了插件或者其它源文件代码什么的文章，别人留下的意见、BUG、访客疑问的回复等都是很有用的，直接将这些有用的留言“置顶”到紧跟着文章下面对于阅读是很方便的（可以当作文章的补充了）。 var attributes_uc_flash = { id : "attributes_uc_flash_tmp", name : "attributes_uc_flash_tmp"}; var flashvars_uc_flash = { p : "164"}; swfobject.embedSWF("http://www.ll19.com/wp-content/plugins/useful_comments/LL19.com.swf","uc_flash_tmp_2", "100%", "100%", "10.0.0", expressInstall,flashvars_uc_flash, params, attributes_uc_flash); 整个显示用的FLASH图片可以在插件的文件夹中自行更换（注意大小），自适应高宽，设置包裹FLASH的DIV即可，具体效果即上方（或者看这篇文章的效果http://www.ll19.com/web_loading.html）。使用方法：useful_comments目录放在你的/wp-content/plugins/下，后台激活，在你模板的适当位置加入： 1 &#60;?php wp_uc_flash&#40;&#41;; ?&#62; 打开留言的编辑页面，最下方即可设置或者取消此条留言是否为有用留言。提供插件和显示有用留言用的FLASH源文： -= 插件下载 =- &#124; -= 或者SVN更新 =- &#124; -= 显示用的FLASH源文件 =-]]></description>
		<wfw:commentRss>http://www.ll19.com/wordpress_useful_comments2.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>360° FLASH MP3播放器-19~waveCircle</title>
		<link>http://www.ll19.com/19_wavecircle.html</link>
		<comments>http://www.ll19.com/19_wavecircle.html#comments</comments>
		<pubDate>Mon, 03 May 2010 20:11:11 +0000</pubDate>
		<dc:creator>19.</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[player]]></category>

		<guid isPermaLink="false">http://www.ll19.com/?p=207</guid>
		<description><![CDATA[提供下载：360° FLASH MP3播放器-19~waveCircle，此播放器包括了歌词同步和很炫的波谱效果~ 这是我参考了schillmania.com提供的源码，他所提供的是AS+JS版，我也不明白为什么他不直接写成FLASH，大家有兴趣可以点击链接去看看原AS+JS版的效果。我参考了部分写法（其实我只参考了他的设计思路，真正挪用的源码只有SoundProcessor这一个类，其余的部分全是按照自己想法在写），并且加入了相关的列表播放、歌词同步、波谱缓冲及个性化配置等功能，改了一个纯FLASH的播放器。 整个播放器自适应大小，你可以随意调整高宽，通过不同配置(例如歌曲地址、歌词lrc地址、字体颜色大小、布局、波形颜色等)，生成不同大小及颜色的播放器。以下为此播放器的所有配置： 播放器的相关配置: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 [...]]]></description>
		<wfw:commentRss>http://www.ll19.com/19_wavecircle.html/feed</wfw:commentRss>
		<slash:comments>81</slash:comments>
<enclosure url="http://glll.googlecode.com/svn/trunk/for_my_website/19_waveCircle/Bubblegoose.mp3" length="2761971" type="audio/mpeg" />
<enclosure url="http://glll.googlecode.com/svn/trunk/for_my_website/19_waveCircle/tnt.mp3" length="3432126" type="audio/mpeg" />
<enclosure url="http://glll.googlecode.com/svn/trunk/for_my_website/19_waveCircle/Heroin.mp3" length="6923876" type="audio/mpeg" />
<enclosure url="http://glll.googlecode.com/svn/trunk/for_my_website/19_waveCircle/Blackbird.mp3" length="3158211" type="audio/mpeg" />
<enclosure url="http://glll.googlecode.com/svn/trunk/for_my_website/19_waveCircle/OutsideTheWall.mp3" length="4291152" type="audio/mpeg" />
<enclosure url="http://glll.googlecode.com/svn/trunk/for_my_website/19_waveCircle/LastNightGoodNight.mp3" length="15289330" type="audio/mpeg" />
<enclosure url="http://glll.googlecode.com/svn/trunk/for_my_website/19_waveCircle/Starman.mp3" length="6249271" type="audio/mpeg" />
		</item>
		<item>
		<title>更改自levitated.net的FLASH TAGS CLOUD（2）</title>
		<link>http://www.ll19.com/levitated-flash-tags-cloud.html</link>
		<comments>http://www.ll19.com/levitated-flash-tags-cloud.html#comments</comments>
		<pubDate>Thu, 22 Apr 2010 08:56:58 +0000</pubDate>
		<dc:creator>19.</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Levitated]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.ll19.com/?p=204</guid>
		<description><![CDATA[var attributes_tags_c_1_1 = { id : "tags_c_1_f", name : "tags_c_1_f" }; var flashvars_tags_c_1_1 = { xmlUrl : "http://www.ll19.com/wp-content/plugins/19_tags_cloud/19tags.php" }; swfobject .embedSWF( "http://www.ll19.com/wp-content/plugins/19_tags_cloud/textInSpace.swf", "tags_c_1", "100%", "100%", "10.0.0", expressInstall, flashvars_tags_c_1_1, params, attributes_tags_c_1_1); 继续上一篇，这个效果我觉得才是真正的有云的感觉(以下为上篇文章的原文引用)： 续我上次以Levitated.net的源码为基础,修改并发表了一篇WP的TAGS墙~之后，这次又以其提供的开源小应用修改了两个FLASH的标签云。本来连改了好几个效果，不过最后就两个合适的。分两篇文章发布，分开发布原因是两个标签云放在一个页面性能上有问题&#8230;&#8230; Levitated.net上的源码离现在已经很多年了，时间虽然长，不过他提供的算法还是值得我们借鉴。此次提供的两个标签云都可以进行例如字体颜色及背景颜色的配置（通过参数），标签云FLASH的宽和高可以随意设置，生成的标签完全自适应显示。 这是另一个，有点黑客帝国代码滚动的感觉http://www.ll19.com/levitated-flash-tags-cloud1.html FLASH通过读取XML进行标签显示，下面为XML的格式： 1 2 3 4 5 &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62; &#60;root&#62; &#60;tags&#62;&#60;name&#62;java&#60;/name&#62;&#60;link&#62;java&#60;/link&#62;&#60;/tags&#62; &#60;tags&#62;&#60;name&#62;as3&#60;/name&#62;&#60;link&#62;as3&#60;/link&#62;&#60;/tags&#62; &#60;/root&#62; XML地址通过传入xmlUrl参数的值设置，例如此FLASH传入的地址为(http://www.ll19.com/wp-content/plugins/19_tags_cloud/19tags.php),下面为具体的引用： 1 2 3 4 5 &#60;object id=&#34;rssReader&#34; [...]]]></description>
		<wfw:commentRss>http://www.ll19.com/levitated-flash-tags-cloud.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>更改自levitated.net的FLASH TAGS CLOUD（1）</title>
		<link>http://www.ll19.com/levitated-flash-tags-cloud1.html</link>
		<comments>http://www.ll19.com/levitated-flash-tags-cloud1.html#comments</comments>
		<pubDate>Thu, 22 Apr 2010 08:30:06 +0000</pubDate>
		<dc:creator>19.</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Levitated]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://www.ll19.com/?p=202</guid>
		<description><![CDATA[续我上次以Levitated.net的源码为基础,修改并发表了一篇WP的TAGS墙~之后，这次又以其提供的开源小应用修改了两个FLASH的标签云。本来连改了好几个效果，不过最后就两个合适的。分两篇文章发布，分开发布原因是两个标签云放在一个页面性能上有问题&#8230;&#8230; Levitated.net上的源码离现在已经很多年了，时间虽然长，不过他提供的算法还是值得我们借鉴。此次提供的两个标签云都可以进行例如字体颜色及背景颜色的配置（通过参数），标签云FLASH的宽和高可以随意设置，生成的标签完全自适应显示。 另一个效果，这个效果我觉得才是真正的有云的感觉http://www.ll19.com/levitated-flash-tags-cloud.html FLASH通过读取XML进行标签显示，下面为XML的格式： 1 2 3 4 5 &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62; &#60;root&#62; &#60;tags&#62;&#60;name&#62;java&#60;/name&#62;&#60;link&#62;java&#60;/link&#62;&#60;/tags&#62; &#60;tags&#62;&#60;name&#62;as3&#60;/name&#62;&#60;link&#62;as3&#60;/link&#62;&#60;/tags&#62; &#60;/root&#62; XML地址通过传入xmlUrl参数的值设置，例如此FLASH传入的地址为(http://www.ll19.com/wp-content/plugins/19_tags_cloud/19tags.php),下面为具体的引用： 1 2 3 4 5 &#60;object id=&#34;rssReader&#34; type=&#34;application/x-shockwave-flash&#34; data=&#34;http://www.ll19.com/wp-content/plugins/19_tags_cloud/dropinletters.swf&#34; width=&#34;100%&#34; height=&#34;100%&#34;&#62; &#60;param name=&#34;movie&#34; value=&#34;http://www.ll19.com/wp-content/plugins/19_tags_cloud/dropinletters.swf&#34; /&#62; &#60;param name=&#34;wmode&#34; value=&#34;transparent&#34; /&#62; &#60;param name=&#34;FlashVars&#34; value=&#34;xmlUrl=http://www.ll19.com/wp-content/plugins/19_tags_cloud/19tags.php&#34;&#62; &#60;/object&#62; 如果是WordPress顺便提供一个简单的WP TAGS XML生成程序： 1 2 3 4 5 6 7 8 9 10 11 12 [...]]]></description>
		<wfw:commentRss>http://www.ll19.com/levitated-flash-tags-cloud1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>动态加载的TREE</title>
		<link>http://www.ll19.com/flex_tree.html</link>
		<comments>http://www.ll19.com/flex_tree.html#comments</comments>
		<pubDate>Fri, 15 Jan 2010 14:47:39 +0000</pubDate>
		<dc:creator>19.</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ll19.com/?p=185</guid>
		<description><![CDATA[FLEX开发的一个简单的动态加载子节点的TREE. 做了一个动态加载子节点的TREE，可以通过XML中节点的属性来完成加载和执行操作。用法：TREE需要设置两个地址，第一次访问地址和每次点击节点响应地址，可以通过传入参数设置： 第一次访问的地址参数为“u”，默认每次响应地址是“./19TreeRequest”，也可以通过传入treeRequest参数来改变，比如这个演示的FLASH的地址就是： http://www.ll19.com/up/19_tree/main.swf?u=http://www.ll19.com/up/19_tree/first.xml&#038;treeRequest=http://www.ll19.com/up/19_tree/request.php 每次响应都应该生成类似下面的XML： 1 2 3 4 5 6 7 8 9 10 &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62; &#60;root label=&#34;文章分类&#34; title=&#34;LL19.com的文章&#34; child=&#34;yes&#34;&#62; &#60;!--child用来判断是否动态加载字节点 value值的是执行时候需要的值--&#62; &#60;node label=&#34;空目录演示&#34; child=&#34;maybe&#34; value=&#34;c_0&#34;/&#62; &#60;node label=&#34;日志&#34; child=&#34;maybe&#34; value=&#34;c_1&#34;/&#62; &#60;node label=&#34;喜欢的&#34; child=&#34;maybe&#34; value=&#34;c_2&#34;/&#62; &#60;node label=&#34;收集&#34; child=&#34;maybe&#34; value=&#34;c_3&#34;/&#62; &#60;node label=&#34;页面文章-tags&#34; child=&#34;no&#34; value=&#34;page_1&#34;/&#62; &#60;node label=&#34;页面文章-blogRoll&#34; child=&#34;no&#34; value=&#34;page_2&#34;/&#62; &#60;/root&#62; XML说明： 1 &#60;root label=&#34;文章分类&#34; title=&#34;LL19.com的文章&#34; child=&#34;yes&#34;&#62; [...]]]></description>
		<wfw:commentRss>http://www.ll19.com/flex_tree.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>FLASH的MYSQL驱动的ASSQL记录</title>
		<link>http://www.ll19.com/flash_assql.html</link>
		<comments>http://www.ll19.com/flash_assql.html#comments</comments>
		<pubDate>Mon, 15 Jun 2009 01:49:22 +0000</pubDate>
		<dc:creator>19.</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.ll19.com/?p=172</guid>
		<description><![CDATA[FLASH MYSQL驱动 ASSQL记录. 这是一个可以直接从FLASH连MYSQL的开源项目“ASSQL”，官方的使用方法：http://code.google.com/p/assql/wiki/Examples#Inserting_Binary_Data_Example 下载：http://code.google.com/p/assql/ 于是就想自己用用试试，开始做的时候想的很简单，解析下WP的配置文件（简单解析下字符串得到想要的配置而已）用FLASH直接读取文章，做一个WORDPRESS每个月归档的例子。后来在传到站点测试的时候才发现很多的问题，一开始想的太简单，FLASH去连数据库，就相当于从客户端直接连数据库了。（所以FLASH确实解析不了WP的配置 &#8211; -，我把它当JAVA或者PHP了，居然就这么把自己搞混了~） 还有就是安全方面的问题，也许这个SQL驱动的作者想到了这些安全问题，不过从客户端直接用用户密码链接数据库还是觉得会有安全隐患，并且如果数据库服务器对访问IP做了限制也会连接不上。 所以最后得出总结：也许FLASH真的没必要去（或者说是不应该）直接去连数据库，这放上来成了一个测试客户端能不能直连数据库的程序了（可能因为我写AS仅是自己的喜好觉得只能这么用，也许真在项目中使用的话结合项目的WEB配置会是不同的用法），提供这个例子的代码(前后思路不一样 最后写的比较乱 )，例子请编译flex_ll19_wp_archives文件夹下的mxml。其余两个包assql是as的SQL驱动包，ll19_core是一个自己用的核心包。 可以通过参数简单配置这个例子：参数panelBorderColor=0&#215;000000表示panel的borderColor，buttonBorderColor=0&#215;000000是两个按钮的borderColor。 例子的FLASH源下载]]></description>
		<wfw:commentRss>http://www.ll19.com/flash_assql.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

