- flash && design pattern(转)
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- Loading data helper classes:LoadVars,Web Service,Remoting
摘自:http://www.flash-db.com/Tutorials/lclasses/
The three classes implement a queue, so successive calls are dispatched in order, on
...我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 复制对象
摘自:http://www.darronschall.com/weblog/archives/000148.cfm
1. the object is an instance of the
...我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- convertFromHTML 技巧,使用动态文本框
摘自:http://www.darronschall.com/weblog/archives/000140.cfm
function convertFromHTML(the_string) {
c
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 为List-based components添加双击时间
摘自:http://www.darronschall.com/weblog/archives/000135.cfm
//复制OnRowPress,重写OnRowPress
//////////////////////////
...我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- Delegate类巧妙的用法~~
摘自:http://www.darronschall.com/weblog/archives/000126.cfm
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- Flash Reserved Word Listing
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- EventDispatcher的三种使用方法,推荐使用第三种~
摘自:http://www.darronschall.com/weblog/archives/000100.cfm
1。Using a static initializer in the class
...我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 枚举类型
摘自:http://www.darronschall.com/weblog/archives/000097.cfm
/* A simple way to create enumerated types in ActionScript. Just
provide a list of string arguments to t ...
/* A simple way to create enumerated types in ActionScript. Just
provide a list of string arguments to t ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- DG右键选定
网摘:http://www.darronschall.com/weblog/archives/000088.cfm
// on stage: info_dg - datagrid, status_txt - dynamic text
// create a context menu
var cm:ContextM ...
// on stage: info_dg - datagrid, status_txt - dynamic text
// create a context menu
var cm:ContextM ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 关于定制错误
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- Vector类
http://blog.5d.cn/vip/zjs35/200411/28954.html ...
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 倒计时类
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- BroadcasterMX与OnEnterFrameBeacon的使用,也可参考Tween类里的使用方法
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 同时输入_x,_y的一种方式
摘自:http://www.darronschall.com/weblog/archives/000081.cfm
// pt i
...