Your Ad Here

Posted By

arpit on 12/21/09


Tagged


Versions (?)

Update source of an AarrayCollection


 / Published in: ActionScript 3
 

  1. var arr:Array = ac.source;
  2. arr.push(item1,i2,i3,i4)
  3. ac.source = arr
  4.  
  5. // dispatches a RESET and not a CHANGE event

Report this snippet  

You need to login to post a comment.