<?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>云飞扬的ITblog &#187; flex</title>
	<atom:link href="http://www.ajaxcn.net/archives/category/flex/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxcn.net</link>
	<description>关注 flex ajax asp.net等</description>
	<lastBuildDate>Sat, 28 Jan 2012 13:00:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>FLASH开发辅助工具大全</title>
		<link>http://www.ajaxcn.net/archives/1246</link>
		<comments>http://www.ajaxcn.net/archives/1246#comments</comments>
		<pubDate>Tue, 01 Mar 2011 07:49:06 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[编程工具软件]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[工具]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1246</guid>
		<description><![CDATA[本文转载

分享一些FLASH开发时用到的工具~]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1246/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用flash buidler 4制作一个迅雷快车旋风地址转换（附源代码）</title>
		<link>http://www.ajaxcn.net/archives/1013</link>
		<comments>http://www.ajaxcn.net/archives/1013#comments</comments>
		<pubDate>Wed, 30 Jun 2010 14:42:45 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flash buidler 4]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=1013</guid>
		<description><![CDATA[纪念独立博客开博一周年，并且纪念下一年前学习flex，特弄个小Demo,顺便使用下flash buidler 4。
开发需求：比如有时下载个东西，上面的地址是flashget地址，你用迅雷就无法下载，那么就要进行地址转换。
要想开发这个必须知道迅雷，快车及旋风的加密方式，经过参考网上很多的此类似工具转换得出以下：
【注：转载此文请注明转载地址或加上我的博客地址http://www.ajaxcn.net/archives/1013】
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1013/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex 3如何创建ActionScript 3项目并延伸</title>
		<link>http://www.ajaxcn.net/archives/294</link>
		<comments>http://www.ajaxcn.net/archives/294#comments</comments>
		<pubDate>Fri, 04 Sep 2009 17:55:30 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=294</guid>
		<description><![CDATA[flex 3如何创建ActionScript 3项目并延伸
下班回来看电视的时候睡着了，醒来凌晨0：30分，再睡已经尝试无法睡着，起来搞搞兴趣爱好，
前一段时间知道了flex也能创建AS 3项目的，并且在原来fla文件中把类库中的影片剪辑可以导出swc文件，
AS项目如何导入swc，这个东西在项目属性 ActionScript BuidPath中 切换到Library path 里面的Add Swc文件。
步骤创建ActionScript，File->new  ActionScript
创建as文件，File->ActionScript class 输入Name ,继承类Superclass->Browse->输入Sprite]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/294/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 3 继承时静态变量和函数的使用</title>
		<link>http://www.ajaxcn.net/archives/290</link>
		<comments>http://www.ajaxcn.net/archives/290#comments</comments>
		<pubDate>Wed, 02 Sep 2009 13:30:53 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=290</guid>
		<description><![CDATA[
类型共享（static）属性和方法是不能被子类所继承，就是说静态变量和静态函数都是不能被继承的。

ActionScript 3允许对象类型定义与类型共享型属性和方法同名的私有型或方法。就是说可以定义静态变量和非静态变量，而且命名可以相同，函数也是类似的

举例子test目录下创建SimpleObject.as
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/290/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 3中===与==及!==与!=操作符的区别</title>
		<link>http://www.ajaxcn.net/archives/278</link>
		<comments>http://www.ajaxcn.net/archives/278#comments</comments>
		<pubDate>Tue, 01 Sep 2009 14:27:22 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=278</guid>
		<description><![CDATA[ ===与==操作符的区别如下：
1.全然（strict）相等的比较操作符(===)的操作只对数字类型变量的惊醒数据类型转换，
而一般相等的比较操作符(==)的操作符对所有基本数据类型进行转换。
2.使用===相等比较符来比较null和undefined,它总是返回flase(不成立)。
!==与!=操作符的区别如下：]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/278/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 3中 动态函数的定义和使用语法</title>
		<link>http://www.ajaxcn.net/archives/275</link>
		<comments>http://www.ajaxcn.net/archives/275#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:36:47 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=275</guid>
		<description><![CDATA[ActionScript 3中 动态函数的定义和使用语法
ActionScript 3函数定义有2种情况，一种是一般正常的函数，另外中是动态函数的定义，
特别是动态函数是区别于其他语言比如c#,java等的主要特性]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/275/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 3中for(..in..)与for each(..in..)区别比较</title>
		<link>http://www.ajaxcn.net/archives/272</link>
		<comments>http://www.ajaxcn.net/archives/272#comments</comments>
		<pubDate>Tue, 01 Sep 2009 13:04:49 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=272</guid>
		<description><![CDATA[ActionScript 3中for(..in..)与for each(..in..)区别比较
for(..in..)的用途是对一个对象中所有的属性名称（注意是属性名称,而不是属性值）
进行逐个访问或者对数组中的每一个下标进行逐个访问。for each(..in..)结构的用途
是对一个对象中的所有属性值（此处是属性值而不是属性名称）或者对数组中的每一个
元素值进行逐个访问。
以下是数组方法
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/272/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex 3名域namespace的使用有的也称命名空间</title>
		<link>http://www.ajaxcn.net/archives/227</link>
		<comments>http://www.ajaxcn.net/archives/227#comments</comments>
		<pubDate>Wed, 26 Aug 2009 14:23:15 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[namespace]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=227</guid>
		<description><![CDATA[namespace在c#是叫命名空间
定义和使用名域（namespace）
1）定义名域 
2）引用名域，用名域标注对象类型的属性和方法 
3）引进名域,建立对象，使用名域访问方法和属性

如何定义如下：
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/227/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex 3 动态标识&quot;dynamic&quot;的使用</title>
		<link>http://www.ajaxcn.net/archives/224</link>
		<comments>http://www.ajaxcn.net/archives/224#comments</comments>
		<pubDate>Wed, 26 Aug 2009 14:16:43 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[dynamic]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=224</guid>
		<description><![CDATA[前几天刚看过c# 4.0新特性，貌似c# 直到4.0才有的dynamic关键字

flex 3如何使用dynamic

先创建个EmployeeRecord.as,在empty目录下

package empty
{
   public dynamic class EmployeeRecord
   {
   }
}

调用类中，先引入上述类后
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/224/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex 3 动态标识&quot;dynamic&quot;的使用</title>
		<link>http://www.ajaxcn.net/archives/1672</link>
		<comments>http://www.ajaxcn.net/archives/1672#comments</comments>
		<pubDate>Wed, 26 Aug 2009 14:16:43 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[dynamic]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=224</guid>
		<description><![CDATA[前几天刚看过c# 4.0新特性，貌似c# 直到4.0才有的dynamic关键字

flex 3如何使用dynamic

先创建个EmployeeRecord.as,在empty目录下

package empty
{
   public dynamic class EmployeeRecord
   {
   }
}

调用类中，先引入上述类后]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/1672/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex 3与c#对象类型访问权限的比较</title>
		<link>http://www.ajaxcn.net/archives/222</link>
		<comments>http://www.ajaxcn.net/archives/222#comments</comments>
		<pubDate>Wed, 26 Aug 2009 14:13:30 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[访问权限]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=222</guid>
		<description><![CDATA[首先主要讲flex先
在类型内部，对象方法可以自由的访问任何权限成员

分同一包裹和不同包裹

1）同一包裹 如果对象类型直接存在继承 则子类自由访问 internal,protected,public
非继承internal，public

2）不同一包裹 如果对象类型直接存在继承 则子类自由访问protected,internal
非继承public
public
c#
 所有的类型或成员
 任何代码均可以访问该方法
flex
任何类型对象都能访问]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/222/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FLex buider 3无法调试Debugger的解决办法</title>
		<link>http://www.ajaxcn.net/archives/211</link>
		<comments>http://www.ajaxcn.net/archives/211#comments</comments>
		<pubDate>Sun, 23 Aug 2009 08:08:27 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=211</guid>
		<description><![CDATA[FLex buider 3无法调试Debugger的解决办法
今天终于重新出现了，可能由于我更新了flash player吧，所有这次记录下解决办法
主要由于没有安装调试版本的flash player
错误如下:Installed Flash Player Is Not a Debugger
解决办法：
1. FLex buider 3环境下 选择windows=》Preferences,选择General,选择web browser.选中use external web browser. 用的是ie，Internet explorer,然后点OK.]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/211/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex 3 PopUpButton按钮的使用</title>
		<link>http://www.ajaxcn.net/archives/194</link>
		<comments>http://www.ajaxcn.net/archives/194#comments</comments>
		<pubDate>Wed, 19 Aug 2009 14:48:29 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[flex 控件用法]]></category>
		<category><![CDATA[PopUpButton]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=194</guid>
		<description><![CDATA[flex 3 PopUpButton按钮的使用
这个按钮组成：左边一个按钮+右边一个下拉三角形，相当于c#dropdownlist，
不同是，当选择好下拉项后，还要点击左边的按钮才能执行相应的事件
初始化定义如下：
 private function initPopupMenu():void]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/194/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>flex 3提示框Alert的使用</title>
		<link>http://www.ajaxcn.net/archives/192</link>
		<comments>http://www.ajaxcn.net/archives/192#comments</comments>
		<pubDate>Wed, 19 Aug 2009 13:55:38 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[flex 控件用法]]></category>
		<category><![CDATA[Alert]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=192</guid>
		<description><![CDATA[flex 3提示框Alert的使用
这个在程序中经常用到，首先要在程序中引入mx.controls.Alert,调用的是show()函数
一个简单弹出窗 <mx:Button label="Click me"
          click='Alert.show("这是个简单的弹出框",
            "Alert",
            Alert.OK);'
        />]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/192/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flex 3 Button控件的用法</title>
		<link>http://www.ajaxcn.net/archives/190</link>
		<comments>http://www.ajaxcn.net/archives/190#comments</comments>
		<pubDate>Wed, 19 Aug 2009 13:51:07 +0000</pubDate>
		<dc:creator>云飞扬</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[flex 控件用法]]></category>

		<guid isPermaLink="false">http://www.ajaxcn.net/?p=190</guid>
		<description><![CDATA[flex 3 Button控件的用法

引入图片的按钮<mx:Button  icon="@Embed(source='images/normal_bt.jpg')"/>
当需要鼠标移到按钮上和按下按钮需要不同的图片，则需要overIcon,和downIcon属性
如果想控件不能用时的图片，则需要disabledIcon
]]></description>
		<wfw:commentRss>http://www.ajaxcn.net/archives/190/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

