搜索资源列表
flash
- flex和flash swf文件通讯的示例代码,包括flex控制flash文件播放,调用flash中的函数,监听flash文件发出的事件。-flex and flash swf file of sample code of communication, including flash file player flex control, call the function in flash, flash paper to monitor events.
ModuleTran
- 1、本例要讲述的是如何在一个Application中实现模块间的却换,并且实现模块间的通讯(互通)。 具体的通讯过程是Module01复杂接收输入-->Module02负责显示输出-->Module02返回到Module01 2、如何实现Module01和Module02的通讯,这就要借助Application中的变量作为临时中介,并通过 Module01-->ModuleLoader-->获取数据并处理-->ModuleLoader-->Mo
tweener_1_33_74_as3_swc
- flex 源码,关于事件驱动和监听的事情、方法、属性-flex source
jiantingjiazaishijian
- 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:监听加载时间效果-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: load time
jiantingwenbenshuru
- 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:监听文本输入。AS代码、-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: listen
hack40_collisionHeirarchy
- FLASH键盘左右键监听示例,可以用作对影片剪辑的键盘左右控制-FLASH keyboard left and right keys to listen for example, can be used as a control about the keyboard on the movie clip
AS3_eventBus
- AS的新手很容易因为监听了全局事件却忘记释放而导致内存泄露。事件总线机制提供了一种全局管理所有事件监听的一种思路,即只要一个方法就能释放掉针对对象的所有监听事件。 代码中包含了详细的注释,相当于完整的API,另外有兴趣的人不仅可以添加自己需要的事件类型,而且可以更具自己习惯修改的更为易用,释放更为简便-AS novice easily because the listener a global event, but forgot to release and lead to memor