Category Archives: ActionScript

ActionScript

推荐:Chrome下ActionScript API 搜索插件

A Chrome plugin for: ActionScript 3.0 Reference.Input “as3 + ‘space’” and keywords:
image
Flex Doc Team Blog 推荐: Chrome浏览器下AS文档的搜索插

More…

Posted in ActionScript, Flex | Tagged , , | Leave a comment

About the overloading in Flex

Those days I’m looking a new job related to Java and Flex… Seems that this is a popular interview question, I event didn’t encounter it in the ACE. Bu

More…

Posted in ActionScript, Flex | Tagged , | Leave a comment

Let the Flex thread sleep for a while

Sometimes we use thread.sleep to let the thread stop running for a while in Java, but in Flex, we can’t  control the thread, but sometimes we wan

More…

Posted in ActionScript, Flex | Tagged , | Leave a comment

Flex Event stopimmediatepropagation VS stoppropagation

What’s the difference ? Here is the test codes:
We will create a button in a Group, and listen the button click event(MouseEvent.Click):
protected f

More…

Posted in ActionScript, Flex | Tagged , , | Leave a comment

基于Athena框架的Flex入门教程(1) 环境配置

环境搭建
在服务器端, 我们采用MySql数据库;
除了开发必须的IDE, MySql之外, 需要先下载或安装以下文件: 下载页面

  • Athena Framework SDK (Java and Flex) 2.0.0 – 包含Java端及Flex端的SDK及文档
  • Athena Cons

More…

Posted in ActionScript, Flex, Java | Tagged , , , , | Leave a comment