<?xml version="1.0" encoding="gb2312" ?>
<rss version="2.0">
<channel>
<title>Flash CS3</title>
<link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/</link>
<description>FLASH AS 编程 / AS基础篇 / Flash CS3</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2006-2008 Flashas.net]]></generator>
<webmaster>admin@flashas.net</webmaster>
<item>
    <title><![CDATA[Stage在FlashCS3中的问题]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20080716/3484.html</link>
    <description><![CDATA[Kingda一月份也遇到过。而很久以前做湖南卫视项目的时候，也遇到过。非常奇怪的一些问题： FlashCS3中如果打开了带宽设置哪么stageHeight比正常值少100 如果在第二帧来看，这个值又正常了 IE和Firefox嵌入的SWF都有不同表现。有时候在IE下面，第一]]></description>
    <pubDate>2008-07-16</pubDate>
    <category>Flash CS3</category>
    <author>aw</author>
    <comments>as3blog.com</comments>
</item>
<item>
    <title><![CDATA[原来 Windows 下的 Flash CS3 也支持多行代码的 Tab 功能]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20080430/2981.html</link>
    <description><![CDATA[把 Windows 系统默认键盘设置成美式键盘,即可在 Flash 中使用多行代码 Tab 功能.这个算 Flash 8/CS3 的 BUG 吧?我又把 Flash MX/MX2004 打开试了一下,不管中式还是泰式 Tab 功能都正常.感谢 Jacknbsp;提供的线索.Mac 默认就支持,下面是演示效果]]></description>
    <pubDate>2008-04-30</pubDate>
    <category>Flash CS3</category>
    <author>dengjie</author>
    <comments>dengjie.com</comments>
</item>
<item>
    <title><![CDATA[FLASH CS3中的FLA形式组件制作教程]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20071121/2477.html</link>
    <description><![CDATA[/******* 讲解:春叶飘零 时间:2007.10.9 *******/ /**********如要转载,请注明出处[闪吧-AS版]**********/ #############FLASH CS3中的FLA形式组件制作教程############# 下面给大家介绍下如何制作[*.fla]形态的组件(Component), 这种组件区别于SWC组件,和CS3自带的组]]></description>
    <pubDate>2007-11-21</pubDate>
    <category>Flash CS3</category>
    <author>ycccc8202 （春叶飘零）</author>
    <comments>闪吧</comments>
</item>
<item>
    <title><![CDATA[跟随鼠标的弹性球运动小游戏（Flash CS3）]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070928/2171.html</link>
    <description><![CDATA[用Flash CS3的AS制作跟随鼠标弹性小游戏，主要是练习AS的使用。 先看演示： http://www2.flash8.net/UploadTeach/200709/20070927115054869.swf 源文件下载： 弹性小球运动.rar 修改文档属性。 首先建立4个小的电影剪辑元件，分别设置如下： 回到主场景中加入如下代码]]></description>
    <pubDate>2007-09-28</pubDate>
    <category>Flash CS3</category>
    <author>闪电儿</author>
    <comments>网页教学网</comments>
</item>
<item>
    <title><![CDATA[flash9/flash cs3(as3)通过soap访问Web Services]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070717/2036.html</link>
    <description><![CDATA[下面是as3访问Web Services的原理和过程,包括实例和源文件,已经经过了测试( http://www.roading.net/WebService/as3_soap.swf )... 前段时间写了 使用flash9（as3）连接webservice ,结果发现这种以http post方法访问WebServices只能在测试环境下使用.然后就写了 flash9/]]></description>
    <pubDate>2007-07-17</pubDate>
    <category>Flash CS3</category>
    <author>roading</author>
    <comments>Roading's blog</comments>
</item>
<item>
    <title><![CDATA[支持PSD导入 Flash 9新特性]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070613/1998.html</link>
    <description><![CDATA[已经成为交互动画业界事实行业标准的Flash在被Adobe收购后如何再续辉煌，一直都是广大设计爱好者非常关注的话题。近日，国外Flash爱好者有消息称，Adobe在其关于Flash未来走向的演说中透露了Flash 9.0版的一些改进。其中最重要的一项改进，就是Flash 9加入了对PSD文件]]></description>
    <pubDate>2007-06-13</pubDate>
    <category>Flash CS3</category>
    <author>秩名</author>
    <comments>闪客居</comments>
</item>
<item>
    <title><![CDATA[CS3编辑器里一个关于操作XML的Bug(及解决方法)]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070606/1864.html</link>
    <description><![CDATA[AS3.0里面，在对xml 操作时，有插入新节点这个方法:insertChildBefore() ;]]></description>
    <pubDate>2007-06-06</pubDate>
    <category>Flash CS3</category>
    <author>iaipvfhp</author>
    <comments>网络</comments>
</item>
<item>
    <title><![CDATA[Flash CS3 AS3 doubleClick测试]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070606/1863.html</link>
    <description><![CDATA[Flash CS3 和AS3中提供了双击事件Double_Click.用起来是很方便的.特别是在Flash CS3 IDE中操作就更简单了]]></description>
    <pubDate>2007-06-06</pubDate>
    <category>Flash CS3</category>
    <author>egoldy</author>
    <comments>egoldy flashblog</comments>
</item>
<item>
    <title><![CDATA[Adobe flash cs3 ActionScript 3.0入门]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070529/1805.html</link>
    <description><![CDATA[随着flash cs3的到来，同时提供给我们一个崭新的,针对Adobe Flash(swf)影片和功能程序的标准的程序开发语言。在之前的一段时间里，你可能发现入门ActionScript 3.0与其它版本的ActionScript相比会有一些难度.例如，如果拿ActionScript 1.0到ActionScript 2.0的变化相比]]></description>
    <pubDate>2007-05-29</pubDate>
    <category>Flash CS3</category>
    <author>egoldy翻译</author>
    <comments>webstudio</comments>
</item>
<item>
    <title><![CDATA[Flash CS3 帮助面板]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070525/1775.html</link>
    <description><![CDATA[Flash CS3 从刚始使用时,就觉得它的帮助面板很别扭,在默认打开flash ide的状态下,按下F1打开帮助面板,将它拖到最上方.在使用时总会有打不开的时候,如果能正常打开,会时常发生下面的一部分无法看见,即便是拖动滚动条也无法拖动到底.不知道是只有我的Flash cs3是这样,还]]></description>
    <pubDate>2007-05-25</pubDate>
    <category>Flash CS3</category>
    <author>egoldy</author>
    <comments>egoldy flashblog</comments>
</item>
<item>
    <title><![CDATA[Flash CS3 +AS3键盘事件]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070524/1768.html</link>
    <description><![CDATA[在As3.0中的键盘事件使用中,除了键盘事件之外,还要先获取它的焦点.如果不想指定焦点,也可以直接使用stage来做为侦听对象.如下测试是一个盒子,通过键盘来控制它的移动.这里的测试主要是键盘组合键.如下代码: package cn.com.webstudio{ import flash.display.Sprite; im]]></description>
    <pubDate>2007-05-24</pubDate>
    <category>Flash CS3</category>
    <author>egoldy</author>
    <comments>egoldy flashblog</comments>
</item>
<item>
    <title><![CDATA[Fireworks CS3 组件参数设置面板修正补丁]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070521/1759.html</link>
    <description><![CDATA[如果你觉得FireworksCS3组件设置面板字体太小,可以用这个补丁修复. http://www.dengjie.com/temp/fwcs3/FireFix.mxp 修正后的效果:]]></description>
    <pubDate>2007-05-21</pubDate>
    <category>Flash CS3</category>
    <author>dengjie</author>
    <comments>dengjie.com</comments>
</item>
<item>
    <title><![CDATA[体验Flash9中的一个小发现Ease]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070518/1749.html</link>
    <description><![CDATA[最近在体验Flash9 ，原来Flash9 改变的实在太多了，好兴奋。除了在网上看到的，偶还发现...]]></description>
    <pubDate>2007-05-18</pubDate>
    <category>Flash CS3</category>
    <author>Password</author>
    <comments>闪吧论坛</comments>
</item>
<item>
    <title><![CDATA[flash cs3 ActionScript 3.0 入门]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070502/1713.html</link>
    <description><![CDATA[senocular的Actionscript3 tips of the day许许多多的人都读过,绝对的好内容,现在senocular又开始写flash cs3 ActionScript3教程了.]]></description>
    <pubDate>2007-05-02</pubDate>
    <category>Flash CS3</category>
    <author>egoldy</author>
    <comments>webstudio</comments>
</item>
<item>
    <title><![CDATA[Flash CS3 新功能之输出隐藏层]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070424/1670.html</link>
    <description><![CDATA[Flash CS3 发布设置中多出这么个选项.默认是打勾的.]]></description>
    <pubDate>2007-04-24</pubDate>
    <category>Flash CS3</category>
    <author>Deng Jie</author>
    <comments>dengjie.com</comments>
</item>
<item>
    <title><![CDATA[Flash CS3 下载地址]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070423/1667.html</link>
    <description><![CDATA[试用版本已经可以通过Adobe网站下载,快来体验一下吧. FlashCS3TrialDownload. http://www.adobe.com/go/tryflash]]></description>
    <pubDate>2007-04-23</pubDate>
    <category>Flash CS3</category>
    <author>Adobe.com</author>
    <comments>Adobe.com</comments>
</item>
<item>
    <title><![CDATA[Flash CS3 手机模拟功能增强]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070423/1666.html</link>
    <description><![CDATA[Device Central CS3 已经可以模拟很多手机状态,如:电量,信号强度,背光,反光效果等等.]]></description>
    <pubDate>2007-04-23</pubDate>
    <category>Flash CS3</category>
    <author>Danger</author>
    <comments>Danger'blog</comments>
</item>
<item>
    <title><![CDATA[体验Adobe Flash CS3新特性]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070422/1662.html</link>
    <description><![CDATA[体验Adobe Flash CS3新特性]]></description>
    <pubDate>2007-04-22</pubDate>
    <category>Flash CS3</category>
    <author>digitmag</author>
    <comments>PConline</comments>
</item>
<item>
    <title><![CDATA[Adobe Flash CS3.0 livedoc在线文档]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070422/1660.html</link>
    <description><![CDATA[Adobe Flash CS3.0 livedoc在线文档]]></description>
    <pubDate>2007-04-22</pubDate>
    <category>Flash CS3</category>
    <author>www.adobe.com</author>
    <comments>www.adobe.com</comments>
</item>
<item>
    <title><![CDATA[Flash CS3 Mac OS版]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070422/1659.html</link>
    <description><![CDATA[Flash CS3.0还没有正式提供试用下载前,先看看mac os版flash Cs3的截图过过隐吧.]]></description>
    <pubDate>2007-04-22</pubDate>
    <category>Flash CS3</category>
    <author>egoldy</author>
    <comments>www.webstudio.com.cn/blog</comments>
</item>
<item>
    <title><![CDATA[Flash CS3 copy motion as Actionscript 3]]></title>
    <link>http://www.flashas.net/html/flashas/aschuji/Flash_CS3/20070422/1658.html</link>
    <description><![CDATA[Flash cs3中新功能中感觉有些特色是copy motion as Actionscirpt 3.功能了.它可以获取下列运动属性,并将它们转换为as3.0代码.实际转换的结果是一个xml文档]]></description>
    <pubDate>2007-04-22</pubDate>
    <category>Flash CS3</category>
    <author>egoldy</author>
    <comments>www.webstudio.com.cn/blog</comments>
</item>

</channel>
</rss>

