虽然刚刚开始用5dblog,这个也还不错,但是还是自己开发的用起来爽。 ...
- MovieClipLoader 和 Maxthon 冲突
MovieClipLoader 在加载swf的时候,和Maxthon的刷新会有冲突,具体表现在: ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- _level16394
使用MovieClipLoader类,如果在加载swf过程中,调用unloadMovie(),会触发MovieClipLoader的onLoadError事件。onLoadError方法会有一个target参数返回,这个参数的值在这个时候是:_level16394,typeof 得到是"movieclip",奇怪的是,这个movieClip根本不是原来指定的target,他是一个没有任何方法和属性的一个怪MovieClip: ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- LocalConnection 初级研究
1.LocalConnection 同名的连接只能建立一个,可以使用这个探测其swf是否被加载。 ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- TextField onKillFocus 的死循环
txt.onKillFocus = function() { ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 关于在class里定义Array和Object
在class里定义Array和Object会有两种不同的结果: ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 组件TextArea 在 enabled=false 时运行迟缓
在场景中放n个TextField, ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 图层的临界
1048576(1024*1024)是flash的临界图层,只要图层大于或等于该数字,就无法使用removeMovieClip删除他。 ...