- + P A

- Array的排序总结

      :: Flash :: 2005-12-14 13:9
看看一唯数组的排序:
var myArr=[12,23,2,34,456];
trace(myArr);
myArr.sort();
trace(myArr); //按数字大小
myArr.sort(16); 
trace(myArr);
降序
myArr.sort(2|16); 
trace(myArr); ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 学习remoting

      :: Flash :: 2005-11-14 22:17
最近学习flash remoting,觉得很有趣。 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- [资源]ActionScript 2.0 与RIA应用程序开发 下载

      :: Flash :: 2005-11-1 21:6
《FlashMX2004 ActionScript 2.0 与RIA应用程序开发》,里面的一些东东还是很不错的。 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 尝试写了个解析rss2.0的as类

      :: Flash :: 2005-10-20 12:55
rss2.0 和 1.0的区别还挺大的,5d还是1.0的
其中实践了EventDispatcher的用法,有点收获,代码写的并不算规范吧,用起来还行,觉得rss用类去解析反倒麻烦,因为用处不大。
由于很多节点名称太多,为了方便,直接封在object里,对照名称读取就可以
...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- As 3.0中的RegExp

      :: Flash :: 2005-10-18 13:8
As的发展真是快啊,这么快就到3.0了,我还正在2.0的门口徘徊呢。 ...

1.3.1 Runtime Exceptions
1.3.2 Runtime Types
1.3.3 Sealed Classes
.....

标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 两个开源的 Flash AS 图形界面框架项目

      :: Flash :: 2005-10-17 15:18
两个开源的 Flash AS 图形界面框架项目 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- flash 和java 用 socket通信的小例子

      :: Flash :: 2005-10-16 12:28
java 端做了个简单的图形界面,实现了一对一的通话 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 8 ball 体验

      :: Flash :: 2005-8-15 13:28
... 得安装8.0的播放器...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 用flex写的一个mp3播放器

      :: Flash :: 2005-7-17 22:13
Flex好像不支持as2.0的语法~~~
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 我也开始oop了~~~

      :: Flash :: 2005-7-10 10:16
essential actionscript 2.0 (eas2)真是一本不错的书,里面的一些讲解让我获益非浅。 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 在flash中建立数据模型

      :: Flash :: 2005-7-6 23:17
前不久做的一个文字搜索游戏基本完成了,其中很多地方值得总结。 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 在flash中嵌入页面

      :: Flash :: 2005-7-4 12:35
Embedding HTML in a Flex application using an IFrame ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 两个常用的函数

      :: Flash :: 2005-7-4 10:2
//arr:Array n:Array's length ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- flash中声音对象的一个疑问

      :: Flash :: 2005-6-16 10:24
var sa=new Sound(); ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 我的blog reader

      :: Flash :: 2005-6-14 14:13
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()