<?xml version="1.0" encoding="gb2312" ?>
<rss version="2.0">
<channel>
<title>AS小技巧</title>
<link>http://www.flashas.net/html/ASxiaojiqiao/</link>
<description>FLASH AS 编程 / AS小技巧</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2006-2008 Flashas.net]]></generator>
<webmaster>admin@flashas.net</webmaster>
<item>
    <title><![CDATA[getURL或navigateToURL弹出窗口被IE拦截]]></title>
    <link>http://www.flashas.net/asbc/20090917/4533.html</link>
    <description><![CDATA[通过设置wmode]]></description>
    <pubDate>2009-09-17</pubDate>
    <category>AS小技巧</category>
    <author>鼠标炸弹</author>
    <comments>flashj.cn</comments>
</item>
<item>
    <title><![CDATA[stage监听键盘事件被另外的swf加载后失效的解决方法]]></title>
    <link>http://www.flashas.net/asbc/20090912/4509.html</link>
    <description><![CDATA[方法]]></description>
    <pubDate>2009-09-12</pubDate>
    <category>AS小技巧</category>
    <author>小小菜鸟</author>
    <comments>小小菜鸟的web菜园子</comments>
</item>
<item>
    <title><![CDATA[输入文本中使用中文字体]]></title>
    <link>http://www.flashas.net/asbc/20090901/4468.html</link>
    <description><![CDATA[关于TextField无法显示中文字体效果的问题]]></description>
    <pubDate>2009-09-01</pubDate>
    <category>AS小技巧</category>
    <author>望月狼</author>
    <comments>shch8.com</comments>
</item>
<item>
    <title><![CDATA[Array和Object两种实例化方法效率的比较]]></title>
    <link>http://www.flashas.net/asbc/20090813/4422.html</link>
    <description><![CDATA[Array和Object]]></description>
    <pubDate>2009-08-13</pubDate>
    <category>AS小技巧</category>
    <author>lg_08_cool</author>
    <comments>lg_08_cool 的博客</comments>
</item>
<item>
    <title><![CDATA[数据处理循环的优化]]></title>
    <link>http://www.flashas.net/asbc/20090805/4373.html</link>
    <description><![CDATA[较多数数据用循环处理时,注意优化]]></description>
    <pubDate>2009-08-05</pubDate>
    <category>AS小技巧</category>
    <author>羽柴</author>
    <comments>ycflash.com</comments>
</item>
<item>
    <title><![CDATA[SWFKit UTF8支持]]></title>
    <link>http://www.flashas.net/asbc/20090802/4339.html</link>
    <description><![CDATA[var stream = new StringStream;]]></description>
    <pubDate>2009-08-02</pubDate>
    <category>AS小技巧</category>
    <author>大猴子的花果山</author>
    <comments>大猴子的花果山</comments>
</item>
<item>
    <title><![CDATA[解决IE中FLASH链接区域鼠标闪动的问题]]></title>
    <link>http://www.flashas.net/asbc/20090729/4320.html</link>
    <description><![CDATA[不知有没有朋友碰到过这个问题，我也是前阵子做一个FLASH的时候才碰到这个问题。鼠标指向FLASH中的链接区域时，鼠标不是固定的手形，而是在手形跟指针之间不停地变换。这并不是点击区域的问题，因为单独打开FLASH是好的，在FF中也是好的，只是在IE中会出现此]]></description>
    <pubDate>2009-07-29</pubDate>
    <category>AS小技巧</category>
    <author>moondy</author>
    <comments>moondyzone.com</comments>
</item>
<item>
    <title><![CDATA[SWF中的ScriptLimits标签]]></title>
    <link>http://www.flashas.net/asbc/20090727/4317.html</link>
    <description><![CDATA[今天读SWF file format spec，注意到一个tagScriptLimits 很有意思。很久很久以前，as2的时候，flash的递归被限制为256级。实际上，这个限制正是通过这个tag描述的。该标签包含两部 分：MaxRecursionDepth和ScriptTimeoutSeconds，分别表示最大递归深度和脚本]]></description>
    <pubDate>2009-07-27</pubDate>
    <category>AS小技巧</category>
    <author>kono</author>
    <comments>moorwind.com</comments>
</item>
<item>
    <title><![CDATA[ActionScript中使用as运算符类型转换时应当避免以下问题]]></title>
    <link>http://www.flashas.net/asbc/20090714/4285.html</link>
    <description><![CDATA[先做个题目吧： var testNum:Number=662.382; var testObj:Object=Object(testNum); trace(testNum,testNum as int,int(testNum),testObj,testObj as int,int(testObj),testObj as Number); 这个的结果刚开始我以为会是 662.382 662 662 662.382 662 662 662]]></description>
    <pubDate>2009-07-14</pubDate>
    <category>AS小技巧</category>
    <author>达达</author>
    <comments>达达’s Blog</comments>
</item>
<item>
    <title><![CDATA[SharedObject本地保存子swf]]></title>
    <link>http://www.flashas.net/asbc/20090430/4169.html</link>
    <description><![CDATA[我们做的 flash 相对于网页一般都比较大，一般都会上100K，有的则有数M之多，如果每次都让用户下载完毕再观看的话则大大的降低用户体验，在 游戏 中尤为突出，没有人会愿意等待，而且现在网页游戏越来越流行，如果能在用户第一次 加载 的时候就保存在本地，那]]></description>
    <pubDate>2009-04-30</pubDate>
    <category>AS小技巧</category>
    <author>leitwolf</author>
    <comments>actionscript3.cn</comments>
</item>
<item>
    <title><![CDATA[51条优化flash/flex的建议]]></title>
    <link>http://www.flashas.net/asbc/20090426/4145.html</link>
    <description><![CDATA[原文： http://www.insideria.com/2009/04/51-actionscript-30-and-flex-op.html 但是其中有多条例子举反了，比如原文第25条： 引用 25. Avoid calculations and method calls in loops for (var i=0;i myArray.lengh;i++){ } NOT: var len : int = myArray.l]]></description>
    <pubDate>2009-04-26</pubDate>
    <category>AS小技巧</category>
    <author>kono</author>
    <comments>moorwind.com</comments>
</item>
<item>
    <title><![CDATA[引用, 强弱引用, 事件机制与垃圾回收的关系及应用法则]]></title>
    <link>http://www.flashas.net/asbc/20090423/4107.html</link>
    <description><![CDATA[经常见朋友们提起 资源占用 与 垃圾回收机制， 此类情况有常常伴随 事件 机制与显示列表相关问题，还有诸如此类的强弱引用的问题，关系错综复杂，令人困惑不]]></description>
    <pubDate>2009-04-23</pubDate>
    <category>AS小技巧</category>
    <author>wallenEmail</author>
    <comments>actionscript3.cn</comments>
</item>
<item>
    <title><![CDATA[ 数独递归AI算法[含源码下载]]]></title>
    <link>http://www.flashas.net/asbc/20090407/3998.html</link>
    <description><![CDATA[//=========核心处理方法======== //==================处理函数==================== 取字符数组 = function (文本) { var 返回值 = new Array(); for (var i = 0; i文本.length; i++) { 返回值.push(文本.charAt(i)); } return 返回值.sort(); }; //this[字]]></description>
    <pubDate>2009-04-07</pubDate>
    <category>AS小技巧</category>
    <author>羽柴|鬼铃</author>
    <comments>ycflash.com</comments>
</item>
<item>
    <title><![CDATA[强制内存回收方法(as3.0)]]></title>
    <link>http://www.flashas.net/asbc/20090403/3991.html</link>
    <description><![CDATA[//以前我们最熟悉的强制内存回收的方法是: function GC():void{ try{ (new LocalConnection).connect(foo); (new LocalConnection).connect(foo);}catch(e){ trace(System.totalMemory); } } //由于上次试验弱引用的时候，发现当轮询本地sharedobject对象的时]]></description>
    <pubDate>2009-04-03</pubDate>
    <category>AS小技巧</category>
    <author>秩名</author>
    <comments>blog.5d.cn</comments>
</item>
<item>
    <title><![CDATA[SWF自适应布局技巧]]></title>
    <link>http://www.flashas.net/asbc/20090115/3900.html</link>
    <description><![CDATA[2.2.1 SWF自适应布局技巧---(Rapid Flash Development)快速Flash开发 by emilmatthew 最后更新:29/12/08 当我们开发全站式Flash应用时，希望呈现一个铺满浏览器屏幕的Flash． 铺满浏览器屏幕的Flash可以通过 设置引用Flash参数中的width和height为100%来实现]]></description>
    <pubDate>2009-01-15</pubDate>
    <category>AS小技巧</category>
    <author>EmilMatthew</author>
    <comments>梦想赌坊的当家(EmilMatthew的侠</comments>
</item>
<item>
    <title><![CDATA[让as3跟as2一个可以trace出显示对象的路径]]></title>
    <link>http://www.flashas.net/asbc/20090112/3893.html</link>
    <description><![CDATA[package org.fanflash.utils { import flash.display.DisplayObject; /** * 调试工具 * @author www.fanflash.cn */ public class Debug { public static function getDisplayObjPath(t:DisplayObject):String { var a:String = getDOPath(t); return a; } p]]></description>
    <pubDate>2009-01-12</pubDate>
    <category>AS小技巧</category>
    <author>fanflash</author>
    <comments>fanflash's blog</comments>
</item>
<item>
    <title><![CDATA[flash9图文混排的高度设置]]></title>
    <link>http://www.flashas.net/asbc/20090110/3888.html</link>
    <description><![CDATA[flash对文本支持一直不好，特别是对html文本，支持的更弱。这一问题直到flash10只才得到提升。可是我们的使用还主要集中在flash9。 在htmlText中，img标签不能独占文本的整个宽度，文本会和图片显示在一行，而且img只能设置左对齐和右对齐。每个图片就是一个]]></description>
    <pubDate>2009-01-10</pubDate>
    <category>AS小技巧</category>
    <author>Roading</author>
    <comments>Roading's blog</comments>
</item>
<item>
    <title><![CDATA[AS批量输入有规律性文本]]></title>
    <link>http://www.flashas.net/asbc/20090107/3880.html</link>
    <description><![CDATA[for (var i:uint=50; i229; i++) { var str:String; if (i100) { str=img swfsrc=\mofafane/Face/kiki_0+i+.swf\ imgsrc=\mofafane/Img/0+i+.gif\/img; } else { str=img swfsrc=\mofafane/Face/kiki_+i+.swf\ imgsrc=\mofafane/Img/+i+.gif\/img; } trace(st]]></description>
    <pubDate>2009-01-07</pubDate>
    <category>AS小技巧</category>
    <author>taoshaw.com</author>
    <comments>taoshaw.com</comments>
</item>
<item>
    <title><![CDATA[在flash as3中使用嵌入字体embedFonts]]></title>
    <link>http://www.flashas.net/asbc/20090101/3859.html</link>
    <description><![CDATA[flash一直对字体渲染支持不好，特别是中文，存在锯齿、模糊、失真等等问题。而且系统的字体不能旋转，不能设置alpha（作为bitmap处理除外）。因此在有些时候，就不得不考虑使用嵌入字体。 使用之前必须定义字体类，在library面板选择新建字体（new font），]]></description>
    <pubDate>2009-01-01</pubDate>
    <category>AS小技巧</category>
    <author>Roading</author>
    <comments>Roading's blog</comments>
</item>
<item>
    <title><![CDATA[FluorineFx NetStream.play 并发时,无法全部连接成功的解决办法]]></title>
    <link>http://www.flashas.net/asbc/20081231/3845.html</link>
    <description><![CDATA[在FLASH里,假如在一个方法里,同事使用几个不同的NetStream.play 一个相同的标识,会发现只有一个能正常播放. 进行以下修改 RtmpConnection.as 里的 NewPlaylistSubscriberStream 方法 if (streamId StreamId) return null; 改为 //if (streamId StreamId) //]]></description>
    <pubDate>2008-12-31</pubDate>
    <category>AS小技巧</category>
    <author>大猴子的花果山</author>
    <comments>大猴子的花果山</comments>
</item>
<item>
    <title><![CDATA[有关flash无法读取FireFox中Cookie的Bug解决方法]]></title>
    <link>http://www.flashas.net/asbc/20081229/3836.html</link>
    <description><![CDATA[我之前写过文章 [AS3]有关Flash无法读取FireFox中的Cookie的Bug ，关于这个Bug目前有一个变通的解决方法： /** *@authorKinglong *@version0.1 */ package project.util{ import com.klstudio.util.StringUtil; import flash.external.ExternalInterface; pub]]></description>
    <pubDate>2008-12-29</pubDate>
    <category>AS小技巧</category>
    <author>kinglong</author>
    <comments>klstudio.com</comments>
</item>
<item>
    <title><![CDATA[Flash加入收藏夹,设为首页等使用函数]]></title>
    <link>http://www.flashas.net/asbc/20081229/3835.html</link>
    <description><![CDATA[设置首页: btn . onRelease { geturl ( javascript :document.body.style.behavior=\url(#default#homepage)\;document.body.sethomepage(\http://www.flashas.net \) , _self ); } 加入收藏夹: btn . onRelease { geturl ( javascript :window.external.add]]></description>
    <pubDate>2008-12-29</pubDate>
    <category>AS小技巧</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[让dispatchEvent更高效]]></title>
    <link>http://www.flashas.net/asbc/20081211/3797.html</link>
    <description><![CDATA[原文：《Making dispatchEvent More Efficient》在很多项目中有许多的事件被广播出去，但没有接收者侦听他们。这不应该成为问题，但它原来的Flash Player处理这些事件的效率低下。幸运的是很容易修补这个情况。以下的代码将比标准的dispatchEvent在没有事件侦听时]]></description>
    <pubDate>2008-12-11</pubDate>
    <category>AS小技巧</category>
    <author>达达</author>
    <comments>达达的Blog</comments>
</item>
<item>
    <title><![CDATA[flash里as2.0组件样式修改方法]]></title>
    <link>http://www.flashas.net/asbc/20081129/3783.html</link>
    <description><![CDATA[flash里as2.0的组件样式用代码修改很麻烦, 有时候还改不出来, 现在有一个方法直接修改元件就能改掉组件的显示效果啦!方法:1. 新建一个fla文件test.fla(flash cs3以上的记得要选2.0的哦);2. 在flash的安装目录下找到zh_cnConfigurationComponent SourceActio]]></description>
    <pubDate>2008-11-29</pubDate>
    <category>AS小技巧</category>
    <author>极度鹤</author>
    <comments>极度鹤小居</comments>
</item>
<item>
    <title><![CDATA[小技巧3(原) 深copy数组]]></title>
    <link>http://www.flashas.net/asbc/20081120/3774.html</link>
    <description><![CDATA[Array这个老熟人就不必多介绍了。先看一个简单复制数组的例子：var arr:Array = [1,2,3,4];var copyArr:Array = arr.concat();for(var i:uint=0;icopyArr.length;i++){#160;trace(原数组：,arr[i]);#160;copyArr[i] += 1;#160;trace(]]></description>
    <pubDate>2008-11-20</pubDate>
    <category>AS小技巧</category>
    <author>oliwen</author>
    <comments>oliwen</comments>
</item>
<item>
    <title><![CDATA[小技巧2-(原)判断动画播放完毕的方法]]></title>
    <link>http://www.flashas.net/asbc/20081113/3762.html</link>
    <description><![CDATA[#160;#160;#160;#160;#160;#160; flash游戏中，会调用不少的动画特效。比如rpg游戏中的技能魔法效果等。这个时候就有个问题，比如很多技能效果，是要等到技能动画播放完毕之后才能处理下一个动作或操作。这个时候就有一个判断动画播放完毕的问题。#160;#160;]]></description>
    <pubDate>2008-11-13</pubDate>
    <category>AS小技巧</category>
    <author>oliwen</author>
    <comments>oliwen</comments>
</item>
<item>
    <title><![CDATA[小技巧-(原)Object的关联数组]]></title>
    <link>http://www.flashas.net/asbc/20081112/3760.html</link>
    <description><![CDATA[Object的关联数组你用过吗？一点小经验奉送如下：var obj:Object#160;= {a:aaaaa,b:bbbbb};搜索对象中的某个key对应的value，最常用的方法是trace(obj.a);trace(obj.b); //还有一个容易忽视的方法，你知道吗？这就是Object的关联]]></description>
    <pubDate>2008-11-12</pubDate>
    <category>AS小技巧</category>
    <author>  oliwen</author>
    <comments>oliwen</comments>
</item>
<item>
    <title><![CDATA[用正则替换字符串的例子]]></title>
    <link>http://www.flashas.net/asbc/20081025/3731.html</link>
    <description><![CDATA[今天工作中要用到这个功能，以前很少接触正则，向同事请教的一个方法特记录下，希望能给大家提供些帮助。replaceTxt(/[$]+/g,“aaaa”,_mc.info.text); //将'$'替换成'aaaa'/**#160;#160;#160; * 正则替换字符串#160;#160;#160; * @param str1]]></description>
    <pubDate>2008-10-25</pubDate>
    <category>AS小技巧</category>
    <author>oliwen</author>
    <comments>oliwen</comments>
</item>
<item>
    <title><![CDATA[Flash AS2.0和AS3.0的瘦身方法]]></title>
    <link>http://www.flashas.net/asbc/20081009/3688.html</link>
    <description><![CDATA[任何东西如果涉及到高访问量的时候就会对几K的东西比较在意，也会对程序代码比较苛刻，当然会使产品逐步走向完美。其中Flash的瘦身是我研究的第一个问题，其问题根源在于A.swf和B.swf共享一些代码，如何将共享的代码给去掉是我们提供解决方法的一些方式。 使 用E]]></description>
    <pubDate>2008-10-09</pubDate>
    <category>AS小技巧</category>
    <author>Bing</author>
    <comments>bingblog.net</comments>
</item>
<item>
    <title><![CDATA[删除DisplayObject中所有的子元素]]></title>
    <link>http://www.flashas.net/asbc/20080916/3631.html</link>
    <description><![CDATA[最近总有人问起这个，有很多方法都可以做到，其实非常简单：while(displayObject.numChildren) displayObject.removeChildAt(0);一句话就可以了。Still looking for something?]]></description>
    <pubDate>2008-09-16</pubDate>
    <category>AS小技巧</category>
    <author>Aw</author>
    <comments>as3blog.com</comments>
</item>
<item>
    <title><![CDATA[16进制\32进制\64进制相互转换]]></title>
    <link>http://www.flashas.net/asbc/20080821/3591.html</link>
    <description><![CDATA[偶虽然没写注释，但相信大家都可以看出来思路很简单。 flash as3版： function convert(str, n1, n2) { #160; #160; var#160;arr_16 = ['0000', '0001', '0010', '0011', #160; #160; #160; '0100', '0101', '0110', '0]]></description>
    <pubDate>2008-08-21</pubDate>
    <category>AS小技巧</category>
    <author>flashxm</author>
    <comments>flashxm.com</comments>
</item>
<item>
    <title><![CDATA[字典和索引数组-提升性能小技巧]]></title>
    <link>http://www.flashas.net/asbc/20080729/3536.html</link>
    <description><![CDATA[当你在客户端循环从大量的数据搜索指定数据的时候，这里有一个你可以提升额外性能的小技巧-那就是进肯能的使用字典和索引数组尝试着基于其属性寻找正确的对象，而不是在大量的数据间循环，如果使用字典或者是索引数组那么你可以快速的定位你所需要的数据而不需要任何]]></description>
    <pubDate>2008-07-29</pubDate>
    <category>AS小技巧</category>
    <author>dmh2002</author>
    <comments>dmh2002.com</comments>
</item>
<item>
    <title><![CDATA[Flash全站自适应调整元件位置(as3.0)]]></title>
    <link>http://www.flashas.net/asbc/20080724/3523.html</link>
    <description><![CDATA[在全Flash站的时候,我们经常会遇到不分辨率下的显示问题,一般比较美观有两个方法:[color=#0]第一种[/color]是 比较常用的尺寸来做网站(当下最通用的尺寸应该还是1024*768),然后设置Flash居中显示,这样比遇到比1024*768还要大的分辨率的时 候,就比较得体,不会偏左(做网]]></description>
    <pubDate>2008-07-24</pubDate>
    <category>AS小技巧</category>
    <author>l4cd.net</author>
    <comments>l4cd.net</comments>
</item>
<item>
    <title><![CDATA[正则：匹配数字字母汉字]]></title>
    <link>http://www.flashas.net/asbc/20080724/3520.html</link>
    <description><![CDATA[var reg:RegExp = /^[a-zA-Z0-9u4e00-u9fa5]+$/;trace(reg.test(test傻丫头yashan)); //output true如果要仅仅匹配汉字和字母，正则可以写成 /^[a-zA-Zu4e00-u9fa5]+$/。[u4e00-u9fa5]是unicode编码中双字节汉字部分，标记一下。]]></description>
    <pubDate>2008-07-24</pubDate>
    <category>AS小技巧</category>
    <author>kono</author>
    <comments>moorwind.com</comments>
</item>
<item>
    <title><![CDATA[如何控制flash中导入视频的播放暂停]]></title>
    <link>http://www.flashas.net/asbc/20080717/3486.html</link>
    <description><![CDATA[笨小丫提问：一个很菜的问题，不知道这个问题发在这是不是合适。在flash8里导入一小段flv，我现在的作法是新建一MC，然后把FLV导入，这样可以控制播放暂停。我想问的是：还有没有别的方法控制视频的播放和暂停，代码该如何写？lansechenji 回复：用组件啊，CTRL+F]]></description>
    <pubDate>2008-07-17</pubDate>
    <category>AS小技巧</category>
    <author>秩名</author>
    <comments>闪吧</comments>
</item>
<item>
    <title><![CDATA[在 ActionScript 3.0 中偷懒]]></title>
    <link>http://www.flashas.net/asbc/20080710/3453.html</link>
    <description><![CDATA[情形：在用removeChild移除显示对象时是否需要判断它已被addChild添加 移除一个显示对象s： if(someDisplayObject.contains(s)){ #160; #160; someDisplayObject.removeChild(s); }多个时： if(someDisplayObject.contains(s1))]]></description>
    <pubDate>2008-07-10</pubDate>
    <category>AS小技巧</category>
    <author>flashxm</author>
    <comments>flashxm.com</comments>
</item>
<item>
    <title><![CDATA[ActionScript 3.0中的垃圾回收]]></title>
    <link>http://www.flashas.net/asbc/20080703/3423.html</link>
    <description><![CDATA[众所周知，在as3的flash运行器中新增了垃圾回收的机制，即自动从内存中清除一些不可访问的对象。这个过程我们是无法控制的，不过可以通过一个例子来观察这个过程： package { #160; #160; import#160;flash.display.Sprite; #160; #160;]]></description>
    <pubDate>2008-07-03</pubDate>
    <category>AS小技巧</category>
    <author>flashxm</author>
    <comments>flashxm.com</comments>
</item>
<item>
    <title><![CDATA[Flash程序的测试方法]]></title>
    <link>http://www.flashas.net/asbc/20080701/3408.html</link>
    <description><![CDATA[随着RIA（Rich Internet Application）的流行，以往测试HTML类型的应用程序的方法对于测试Flash已经有点不够用了。#160;Kristopher Schultz在《Serious Techniques For Testing Your Sericous Flash Apps》一文中总结了测试Flash程序的方法，大概包括以下4个大的方]]></description>
    <pubDate>2008-07-01</pubDate>
    <category>AS小技巧</category>
    <author>  陈能技</author>
    <comments>实用性测试（Pragmatistic Testing）</comments>
</item>
<item>
    <title><![CDATA[一些不太常见的代码写法]]></title>
    <link>http://www.flashas.net/asbc/20080627/3378.html</link>
    <description><![CDATA[一些不太常见的代码写法]]></description>
    <pubDate>2008-06-27</pubDate>
    <category>AS小技巧</category>
    <author>Jexm</author>
    <comments>Jexm blog</comments>
</item>
<item>
    <title><![CDATA[动态改变FLASH舞台大小]]></title>
    <link>http://www.flashas.net/asbc/20080625/3369.html</link>
    <description><![CDATA[原文：BrowserCanvas. The World’s Easiest Way to Dynamically Resize Flash其实还是需要Javascript的帮助的，只不过无需写在页面中了，在Flash内部处理了。ExternalInterface目前为止我只是用来和页面的JS通讯，像作者这样用从来没有考虑过，把J]]></description>
    <pubDate>2008-06-25</pubDate>
    <category>AS小技巧</category>
    <author>auzn</author>
    <comments>kingnare.com</comments>
</item>
<item>
    <title><![CDATA[本地运行swf访问网络的安全问题解决办法]]></title>
    <link>http://www.flashas.net/asbc/20080622/3348.html</link>
    <description><![CDATA[FLASH在没有发布成网络形式或是不在网页中（直接在本地电脑运行）运行时会碰到这种情况，编译器提示安全沙箱冲突或是需要和网络通信，然后就不 干活儿了，在IDE测试明明是好的, 发布成SWF文件后，再执行却弹出个某某需要和远程通讯的提示框。如下,这往往令初学者朋友一]]></description>
    <pubDate>2008-06-22</pubDate>
    <category>AS小技巧</category>
    <author>GgNET</author>
    <comments>冰山上的播客</comments>
</item>
<item>
    <title><![CDATA[Flash中的鼠标右键]]></title>
    <link>http://www.flashas.net/asbc/20080617/3284.html</link>
    <description><![CDATA[1. 采用ASnative函数检测右键点击。if (ASnative(800, 2)(2)) { #160;#160;#160; // code to execute when the player tries to cheat }关于ASnative，是官方未公开放到帮助里的。可以看看这里：http://osflash.org/flashcoders/undocumented/asnative2. U]]></description>
    <pubDate>2008-06-17</pubDate>
    <category>AS小技巧</category>
    <author>Peter</author>
    <comments>fans8.com</comments>
</item>
<item>
    <title><![CDATA[用Flash绘制圆角矩形时可能会遇到的问题]]></title>
    <link>http://www.flashas.net/asbc/20080614/3250.html</link>
    <description><![CDATA[用Flash绘制圆角矩形时，有时总会感觉线条不够流畅，如果你足够细心的话。但是放大后很明显线条还是很流畅的，又有哪些用户会放大了再看呢。总之，不爽。 如图所示，这里有一个解决方法，只是稍微调整下坐标。]]></description>
    <pubDate>2008-06-14</pubDate>
    <category>AS小技巧</category>
    <author>flashxm</author>
    <comments>flashxm.com</comments>
</item>
<item>
    <title><![CDATA[FLV无法下载，MIME设置]]></title>
    <link>http://www.flashas.net/asbc/20080610/3195.html</link>
    <description><![CDATA[遇到本地可以播放FLV文件，但是上传到网络却不可以的问题；在网上查了一下，是由于IIS6的MIME设置引起的，我的服务器是用Windows 2003 server版的，当然是IIS6。IIS6也是为了安全。在网络上查了一下有以下解决方法：.flv是Flash媒体播放器支持的视频格式。但部]]></description>
    <pubDate>2008-06-10</pubDate>
    <category>AS小技巧</category>
    <author>2hill</author>
    <comments>hi.baidu.com/2hill</comments>
</item>
<item>
    <title><![CDATA[动态文本框旋转后消失的解决方法(as2.0)]]></title>
    <link>http://www.flashas.net/asbc/20080605/3161.html</link>
    <description><![CDATA[问题：动态文本框旋转后消失的解决方法？舞台上有一个实例名为btn 的按钮。代码层第一个关键帧上有如下语句：_root.createTextFiled(dy_txt,999，100，100，90，50); with(dy_txt){ border=true; borderColor=0xff3388; background=true; backgrou]]></description>
    <pubDate>2008-06-05</pubDate>
    <category>AS小技巧</category>
    <author>秩名</author>
    <comments>闪吧论坛</comments>
</item>
<item>
    <title><![CDATA[flash插入网页技巧：让浏览器响应鼠标滚轮]]></title>
    <link>http://www.flashas.net/asbc/20080530/3138.html</link>
    <description><![CDATA[flash插入网页后，当flash获得焦点，也就是开始操作flash后，flash将捕获鼠标滚轮事件，导致浏览器无法响应滚轮事件，只能通过拖动滚动条来浏览网页，非常不便，也让普通用户感觉很疑惑。通过以下小技巧可以让浏览器重新获得焦点，通过鼠标滚轮事件上下滚动：]]></description>
    <pubDate>2008-05-30</pubDate>
    <category>AS小技巧</category>
    <author>firefly_hy</author>
    <comments>闪吧</comments>
</item>
<item>
    <title><![CDATA[FLASH解决声音和矢量图的问题]]></title>
    <link>http://www.flashas.net/asbc/20080529/3129.html</link>
    <description><![CDATA[Flash MTV制作的首要工作是做好充分的准备，多数人在决定做一个MTV以后，没有做好必要的准备工作就急于动手，往往是开头做得很快，但不久就会感到无从下手，不知所措。产生这个问题的根本原因就是因为准备工作做得不够充分，做一个Flash MTV不是一天两天能做出来的，准]]></description>
    <pubDate>2008-05-29</pubDate>
    <category>AS小技巧</category>
    <author>时ˉ尚</author>
    <comments>闪吧个人空间</comments>
</item>
<item>
    <title><![CDATA[彻底消灭乱码]]></title>
    <link>http://www.flashas.net/asbc/20080513/3076.html</link>
    <description><![CDATA[ 鉴于很多人用 System.useCodepage = true 这个属于下策的方法来解决乱码，而且还不知道为什么，所以打算让不知道的朋友了解如何彻底消灭乱码。关于编码的基础知识：每个国家/区域都规定了计算机信息交换用的字符编码集，比如美国的扩展ASCII码，中国的GB2112-80]]></description>
    <pubDate>2008-05-13</pubDate>
    <category>AS小技巧</category>
    <author>iswaraj</author>
    <comments>闪吧</comments>
</item>
<item>
    <title><![CDATA[swf通信代理类，多个3.0与2.0swf之间的通信，共享对象在不同版本的swf间共享]]></title>
    <link>http://www.flashas.net/asbc/20080509/3044.html</link>
    <description><![CDATA[代理类由包括3个部分~以LocalConnection作为基类，主体是一个由2.0写的一个AgencySWF类~主要用于连接2.0代理类（ClientAgencySWF_2）实例或3.0代理类（ClientAgencySWF）并兼担共享数据存处的载体~AgencySWF类class AgencySWF extends LocalConnection {nbsp]]></description>
    <pubDate>2008-05-09</pubDate>
    <category>AS小技巧</category>
    <author>吾系衰人</author>
    <comments>吾系衰人</comments>
</item>
<item>
    <title><![CDATA[AS中保留多少位小数的函数(as2.0)]]></title>
    <link>http://www.flashas.net/asbc/20080508/3035.html</link>
    <description><![CDATA[有时候需要返回小数点后若干位的一个浮点数。如2.16832，保留二位小数变成：2.17，这样的函数在AS 2.0中是没有的，需要自己写：functionnbsp;getPoint(num,nbsp;l)nbsp;{nbsp;nbsp;nbsp;nbsp;returnnbsp;(Math.round(num*Math.pow(10,nbsp;l))/Math.po]]></description>
    <pubDate>2008-05-08</pubDate>
    <category>AS小技巧</category>
    <author>浪迹天涯</author>
    <comments>52ria.com</comments>
</item>
<item>
    <title><![CDATA[Flash 执行exe文件]]></title>
    <link>http://www.flashas.net/asbc/20080508/3034.html</link>
    <description><![CDATA[我们都知道,在Flash中,可以通过fscommand命令来启动/执行外部应用程序，如以下代码:nbsp;nbsp;nbsp; on (release) {nbsp;nbsp;nbsp;nbsp;nbsp;fscommand(exec, abc.exe);nbsp;nbsp;nbsp; }nbsp;nbsp;nbsp; 这在早期版本中]]></description>
    <pubDate>2008-05-08</pubDate>
    <category>AS小技巧</category>
    <author>三千</author>
    <comments>www.cnblogs.com</comments>
</item>
<item>
    <title><![CDATA[如何让Flash的swf文件在客户端不缓存]]></title>
    <link>http://www.flashas.net/asbc/20080508/3033.html</link>
    <description><![CDATA[问题nbsp;nbsp;nbsp; 如何让Flash的swf在客户端不缓存？即如何让swf文件不出现在IE浏览器的临时文件夹里?nbsp;nbsp;nbsp; 方法:nbsp;nbsp;nbsp; 一般的我们对于动态页面(asp,php等)禁止缓存都是通过语言本身设置HTTP头来实现的，但swf不能直接设置HTTP]]></description>
    <pubDate>2008-05-08</pubDate>
    <category>AS小技巧</category>
    <author>三千</author>
    <comments>cnblogs.com</comments>
</item>
<item>
    <title><![CDATA[如何把fla,swf文件转换为flv格式问答]]></title>
    <link>http://www.flashas.net/asbc/20080503/3006.html</link>
    <description><![CDATA[问：如何把flas,swf文件转换为flv答：把FLA文件直接导成AVI，再用转换成FLV。这样个头会小一点。不过可能会有一点失真allok video to flv converter它不但可以SWF转FLV，也可以FLV转SWF]]></description>
    <pubDate>2008-05-03</pubDate>
    <category>AS小技巧</category>
    <author>秩名</author>
    <comments>蓝色理想</comments>
</item>
<item>
    <title><![CDATA[Windows Vista无法安装Flash CS3的解决方案]]></title>
    <link>http://www.flashas.net/asbc/20080419/2937.html</link>
    <description><![CDATA[我最新的Windows Vista @ Lenovo T61(T7500/Dual 2.2G, 2G RAM, 160GM HDD)居然无法安装Flash CS3，每次预置文件载入到100%都显示：quot;A problem occurred while extracting some files. Check space on your computer and write privileges on the destination]]></description>
    <pubDate>2008-04-19</pubDate>
    <category>AS小技巧</category>
    <author>浪迹天涯</author>
    <comments>52ria.com</comments>
</item>
<item>
    <title><![CDATA[flash站满整个网页且flash总是居中(as2.0)]]></title>
    <link>http://www.flashas.net/asbc/20080419/2936.html</link>
    <description><![CDATA[看了闪吧的：ldquo;影像ldquo;系统，发现一个很好的效果就是无论浏览器的大小如何不停的改变，它里面的工具栏，属性栏始终贴在左边或者右边，就是说始终保持着相对的坐标。这个是如何做到了，对过笔者的研究，其实很容易做到。我们现在分两步说，flash站满整个网页]]></description>
    <pubDate>2008-04-19</pubDate>
    <category>AS小技巧</category>
    <author>smallerbird</author>
    <comments>blueidea.com</comments>
</item>
<item>
    <title><![CDATA[flash wmode参数详解]]></title>
    <link>http://www.flashas.net/asbc/20080416/2931.html</link>
    <description><![CDATA[在做web开发中可能会遇到flash遮挡页面中元素的情况，无论怎么设置flash容器和层的深度(z-index)也无济于事，现有的解决方案是在插入flash的embed或object标签中加入rdquo;wmoderdquo;属性并设置为wmode=ldquo;transparentrdquo;或rdquo;opaquerdquo;，但wmode属]]></description>
    <pubDate>2008-04-16</pubDate>
    <category>AS小技巧</category>
    <author>neoy</author>
    <comments>neoy.cn</comments>
</item>
<item>
    <title><![CDATA[保护你的flash(as3)程序 - 基于socket方式传送swf文件]]></title>
    <link>http://www.flashas.net/asbc/20080414/2915.html</link>
    <description><![CDATA[前段时间在flashseer看到有人提到:可以通过socket方式传送swf文件,让用户无法获取到swf文件... 当时还没有出as3的反编译,所以对程序的保护没有在意.随着反编译程序的平民化,不希望别人看到源代码的朋友就比较着急...通过socket方式传送swf文件来避免泄漏源代码的思路(]]></description>
    <pubDate>2008-04-13</pubDate>
    <category>AS小技巧</category>
    <author>roading</author>
    <comments>Roading's blog</comments>
</item>
<item>
    <title><![CDATA[flash调用打印机及getURl特别应用]]></title>
    <link>http://www.flashas.net/asbc/20080406/2875.html</link>
    <description><![CDATA[1、 flash 调用打印机 //库里一个mc，连接符为aa，舞台上一个 按钮 ，名字为print_btn this.createEmptyMovieClip(creat_mc, 999); creat_mc.attachMovie(aa, aa_mc, 1000, {_x:200, _y:200}); print_btn.onPress = fun ction () { var printJobPrintJob = new PrintJo]]></description>
    <pubDate>2008-04-06</pubDate>
    <category>AS小技巧</category>
    <author>风的彼岸</author>
    <comments>闪吧</comments>
</item>
<item>
    <title><![CDATA[flash叠加问题(as2.0)]]></title>
    <link>http://www.flashas.net/asbc/20080321/2696.html</link>
    <description><![CDATA[问： 我有一个. swf 文件 的网页banner 动画 ，还有一个.fla源 文件 的导航条 动画， 现在想把它们组合在一起，我应该怎么办？ （ourme）回答： 我提供 三种 方法 1、 最简单的方法：---------- 在网页设计的时候把导航放下面，动画放上面不就得了吗？ 2、 相对于你来]]></description>
    <pubDate>2008-03-21</pubDate>
    <category>AS小技巧</category>
    <author>整理</author>
    <comments>闪吧论坛</comments>
</item>
<item>
    <title><![CDATA[鼠标在flash超链接上不停抖动的解决方法]]></title>
    <link>http://www.flashas.net/asbc/20080321/2681.html</link>
    <description><![CDATA[（hwqzw）问：把 flash 导入DW之后，为什么鼠标放在 flash 的超链接上会不停的抖动啊？怎么样解决呢？ 回答1：可以在flash 按钮上加个透明的背景，如果是文字的话就有这种问题！（hwqzw：我用的就是透明的区域做的按钮啊，单独看flash很正常，可是一加到asp网页里就会抖]]></description>
    <pubDate>2008-03-21</pubDate>
    <category>AS小技巧</category>
    <author>论坛整理</author>
    <comments>闪吧论坛</comments>
</item>

</channel>
</rss>

