- + P A

- 我的blog搬家!

      Actionscript 2004-12-27 21:3
虽然刚刚开始用5dblog,这个也还不错,但是还是自己开发的用起来爽。 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- MovieClipLoader 和 Maxthon 冲突

      Actionscript 2004-12-21 16:46
MovieClipLoader 在加载swf的时候,和Maxthon的刷新会有冲突,具体表现在: ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- _level16394

      Actionscript 2004-12-21 2:23
使用MovieClipLoader类,如果在加载swf过程中,调用unloadMovie(),会触发MovieClipLoader的onLoadError事件。onLoadError方法会有一个target参数返回,这个参数的值在这个时候是:_level16394,typeof 得到是"movieclip",奇怪的是,这个movieClip根本不是原来指定的target,他是一个没有任何方法和属性的一个怪MovieClip: ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- LocalConnection 初级研究

      Actionscript 2004-12-20 14:9
1.LocalConnection 同名的连接只能建立一个,可以使用这个探测其swf是否被加载。 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- TextField onKillFocus 的死循环

      Actionscript 2004-8-11 14:7
txt.onKillFocus = function() { ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 关于在class里定义Array和Object

      Actionscript 2004-7-18 14:5
在class里定义Array和Object会有两种不同的结果: ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 组件TextArea 在 enabled=false 时运行迟缓

      Actionscript 2004-7-16 14:2
在场景中放n个TextField, ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 图层的临界

      Actionscript 2004-7-10 14:1
1048576(1024*1024)是flash的临界图层,只要图层大于或等于该数字,就无法使用removeMovieClip删除他。 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()