/ Published in: ActionScript 3
Expand |
Embed | Plain Text
var arr:Array = ac.source; arr.push(item1,i2,i3,i4) ac.source = arr // dispatches a RESET and not a CHANGE event
You need to login to post a comment.
var arr:Array = ac.source; arr.push(item1,i2,i3,i4) ac.source = arr // dispatches a RESET and not a CHANGE event
You need to login to post a comment.