-
Recent Posts
Archives
- February 2011
- April 2009
- March 2009
- February 2009
- July 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- April 2007
- February 2007
- January 2007
- December 2006
- November 2006
- September 2006
- August 2006
- July 2006
- June 2006
- April 2006
- March 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
Categories
Meta
Category Archives: Flash and ActionScript
More on Number, int and uint in AS3
Shortly after the release of Flex 2, I noticed the discussion about Number, int and uint in AS3. While Macromedia is proud of the new primitive types int and uint, there are different voices. What Macromedia says in ActionScript … Continue reading
Posted in Flash and ActionScript
1 Comment
ActionScript 3.0
Flash Player最早几乎只用于动画播放,对脚本执行的支持是逐渐增强的,发展到AS2时,已经和ECMA262相当一致了。不过AS2是在原来的执行机制上发展起来的,本质上还是AS1。Flash Player 8和Flash 8一起发布,主要是Design方面有加强。而Flash Player 8.5则是针对programming,将和Flex 2.0一起发布。其中包含一个全新的ActionScript虚拟机AVM2用于执行AS3,这个完全重写的引擎从底层进行了优化,因此性能提高非常值得期待。另外完全支持运行时的错误报告,debug大大加强。AS3符合更新的ECMA标准,事实上mm已经是ECMA的成员了。在AS3中的新特性:支持Regex支持E4X更强的类型检查二进制Socket ——————————————————– 2005-10-23 The AS3 is amazing, much more than my expectation. 8ball targets design, then Blaze is sure to improve development. One of my classmate says that Marcromedia has adopted some of … Continue reading
Posted in Flash and ActionScript
4 Comments
Must Read Flash 8 / Studio 8 Links
Must Read Flash 8 / Studio 8 Links What’s New in Flash Professional 8The lesser-known new features of Flash Professional 8 (Part 1)Flash Professional 8 Feature TourUsing Flash Player 8 Features in Your Flex 1.5 ApplicationAlpha masking goodness in Flash … Continue reading
Posted in Flash and ActionScript
Leave a comment
Easter Eggs in Macromedia Studio 8
Easter Eggs in Macromedia Studio 8 The newly released Macromedia Studio 8 comes to us not only with a bundle of nice new features but also lovely new easter eggs. Flash 8 Credits in billiard ball No.8 Open the Flash 8 … Continue reading
Posted in Flash and ActionScript
Leave a comment
The announcement of Macromedia Studio 8
I don’t have time writing about it but I can’t press my excitement. So cheers!
Posted in Flash and ActionScript
Leave a comment
Yet Another Bug of V2 — ScrollPane doesn’t emit “scroll” event when the content being dragged
Remember to place super in the correct scope when programing! Testing environment: 23:51 2005-7-28 Windows Server 2003 sp1 Macromedia Flash Player 7.0 r19 V2 Component ScrollPane 2.0.1.78 Class mx.containers.ScrollPane The ScrollPane component has an event named … Continue reading
Posted in Flash and ActionScript
9 Comments
嵌套MovieClip时尺寸的编程陷阱
呵呵:) 发个中文的~~ 新建三个MovieClip symbol,命名为symbol_inner1、symbol_inner2和symbol_container。symbol_inner1里面画一个100*100的正方形,位置为(0,0)。symbol_inner2里面画一个50*50的正方形,位置为(0,0)。在symbol_container中添加symbol_inner1、symbol_inner2的instance各一个,分别命名为m1和m2,位置均设为(0,0)。回到根舞台,添加symbol_container的instance,命名为m。 下面分别改变三个MovieClip的_width/_height、_xscale/_yscale。测试工具是AcmeWebWorks的AdminTool beta 1.1.1。 将m1的_width改为200,m2的_height改为200,m的_width和_height分别变成了200和200.3(误差)。m的_xscale和_yscale均为原来的100。 将m的_width该为200,看上去m1和m2也跟着变了。但事实上用AS访问,m1和m2的_width和_xscale仍为原来的值!这可是超级大陷阱! 结论 尺寸和scale总是相挂钩,保持一致。 尺寸有可能由误差,因此用if(_width == 200)要注意了! Container MC的尺寸由所有inner MC共同决定,为能包含所有inner MC的最小矩形。 Container MC的尺寸被直接改变后,inner MC的尺寸保持不变!(外面不影响里面) inner MC的尺寸改变后,Container MC会受影响。(里面要影响外面) 另外一个根尺寸有关的陷阱,Luar讲过。 “假設有一個Movie Clip(mc),裡面畫了一個100*100正方形,上面被一個50*50的正方形Mask了。將Movie Clip放在Stage,Info Panel說Movie Clip的寬高度都是50;可惜事與願違,ActionScript卻說Movie Clip的寬高度都是100。這樣毛病使編程人員難以知道Movie Clip是否到達某位置,ActionScript上到了,但視覺上根本未到。我寫了一個地圖Zoom in Zoom out應用程序,一直沒有問題;直到美工用Mask去做Movie Clip,就發生問題,用ActionScript拿不到準確地圖邊緣位置,使移動時會衝過了。這個編程陷阱,害我Debug了兩晚,XYZ!@#。” 原文在<http://www.luar.com.hk/flashbook/archives/001070.php> … Continue reading
Posted in Flash and ActionScript
4 Comments
Flash Player8 Public Beta
Macromedia announced a public beta version of Flash Player 8, this pre-release is of version WIN 8.0.0.434(for windows). It can be said for certain that Macromedia has added kind of download and run back door in the Flash Player. … Continue reading
Posted in Flash and ActionScript
Leave a comment
The delectable Flash Platform
Macromedia is the software company I like most. I would be glad to be an employee of Macromedia(now unfortunately and evilly Adobe) while detesting working for big potatos like Microsoft and IBM. Today I’m so glad to find Macromedia taking … Continue reading
Posted in Flash and ActionScript
Leave a comment
Macromedia Acquired by Adobe
Breaking news! 一个同学突然跟我说"瓦卡卡,PDF比SWF厉害啊",本来不以为然,PDF和SWF本来就不具可比性。然而Reuter的消息却让我瞠目结舌。 http://www.adobe.com/aboutadobe/invrelations/adobeandmacromedia.html http://www.macromedia.com/macromedia/proom/pr/2005/adobe_macromedia.html 来到MM首页,那个宣传Flash is Mobile的小狗不见了,却是Macromedia And Adobe Join Forces SAN JOSE, Calif. – April 18, 2005 – Adobe Systems Incorporated (Nasdaq: ADBE) today announced a definitive agreement to acquire Macromedia (Nasdaq: MACR) in an all-stock transaction valued … Continue reading
Posted in Flash and ActionScript
Leave a comment