Fising's Blog

all about web application development

ActionScript

Adobe Flash 全平台 ActionScript 3.0 参考手册

ActionScript® 3.0 Reference for the Adobe® Flash® Platform The ActionScript® 3.0 Reference for the Adobe® Flash® Platform contains the ActionScript language elements, core libraries, and component packages and classes for the tools, runtimes, services and servers in the Flash Platform.

FLASH 增加自定义右键菜单

,

ActionScript 3 类图 PDF 打印文件分享(可以打印后挂在墙上)

和 Flex 4 类图一样,也是学习Adobe Flash平台编程的极好资料。 需要的在文章评论处留下EMAIL即可。

, , , , ,

Adobe Flex 4 类图 PDF 打印文件分享(可以打印后挂在墙上)

这可是个学习的好东西. 需要的同学,在下面文章评论处留下电子邮箱. 话不多说,先来张预览图吧.

, , , , , ,

Adobe Flash Player Content Debugger

调试版 Adobe Flash Player 下载地址: http://www.adobe.com/support/flashplayer/downloads.html

Flash 调试出错:“由于此 SWF 不包含 ActionScript,因此无法对其进行调试”的解决方案

今天调试 Flash 的时候出现这个报错信息:由于此 SWF 不包含 ActionScript,因此无法对其进行调试。但是 Output 面板空白无任何输出。莫名奇怪的错误。使用 Flash CS4 的关联类检查工具,提示找到了对应的类文件。但是在编译过程中似乎又会忽略关联的 AS 类文件。 在网上搜索答案,折腾了几个小时,也没有解决。最后还是自己搞定了——原因真的很操蛋:Flash IDE 版本过低。  解决方法:将 Adobe Flash CS4 从 10.0 升级到 10.0.2

Flash & ActionScript 3 中使用 PNG 图片非透明部分作为遮罩的解决方案

_masked 被遮罩元素 _maskPng 作为遮罩的PNG图片 Steps: 1. _masked.cacheAsBitmap = true; 2. _maskPng.filters = [new BlurFilter(0, 0, 0)];