- FlashVNC 发布
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- Flex 2!下载 as3来袭...
labs.macromedia.com/technologies/actionscript3/
看到了吗?Download and install Flex Builder 2 Alpha. www.macromedia.com/go/labs_flex2_downloads
刚写了上篇blog,就发现可以下载了...
看到了吗?Download and install Flex Builder 2 Alpha. www.macromedia.com/go/labs_flex2_downloads
刚写了上篇blog,就发现可以下载了...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- The Making of Flash 8
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- studio8可下载 及 flash8 的彩蛋 mtasc 1.1 发布
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- Macromedia 新增栏目 flash platform
增加新栏目: Flash Platform,里面的资料不错的; ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- Macromedia 投身 Eclipse
Macromedia 将会加入 Eclipse 组织,开发基于eclipse的下一代 RIA开发工具,代号为 Zorn 。 ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 一个AS2 3D引擎
http://3dfs.alpha-sigma.net/3DFS.html
3DFS's features are :
polygonal object rendering (a face can be any 3D convex polygon); ...
3DFS's features are :
polygonal object rendering (a face can be any 3D convex polygon); ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- ASO Lite Edition 发布
www.genable.com/aso/asolite.html
需要使用代理
支持flash5/mx/mx 2004,支持批量发布,混淆的机制是把内部变量、函数名、参数用数字来置换。从而扰乱破解者,也增大破解的难度。
破解与保护自始至终存在一个平衡的问题。也就是说,破解也是利益驱使,如果得不偿失,谁也不会做傻事,还不如自己做一个。 ...
需要使用代理
支持flash5/mx/mx 2004,支持批量发布,混淆的机制是把内部变量、函数名、参数用数字来置换。从而扰乱破解者,也增大破解的难度。
破解与保护自始至终存在一个平衡的问题。也就是说,破解也是利益驱使,如果得不偿失,谁也不会做傻事,还不如自己做一个。 ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- flash 8 的投票
www.flashguru.co.uk/000862.php
对于flash 8 的新功能,我们虽然没能亲身体会,但大概心里也有个数,那么你最中意哪个呢?
我投了Better actionscript performance....... ^__^ ...
对于flash 8 的新功能,我们虽然没能亲身体会,但大概心里也有个数,那么你最中意哪个呢?
我投了Better actionscript performance....... ^__^ ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- flash 视频的另类案例 -__-
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 开源as2.0 eclipse plugin
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- ++与()
var a:Number = 2;
trace(a+3*a++);
a = 2;
trace((a++)+3*a);
这样一段代码,会在output中出现什么效果呢?...
...
trace(a+3*a++);
a = 2;
trace((a++)+3*a);
这样一段代码,会在output中出现什么效果呢?...
...