Adobe TextArea component – adding and controlling.

Posted by Michele in ActionScript 3 Snippets on 16. Apr, 2009 | 0 Comments

Adding the Adobe TextArea component and setting properties for padding, carat, loading html and setting start scroll point.

Loading images dynamically (and smoothing them).

Posted by thornyeternity in ActionScript 3 Snippets on 01. Apr, 2009 | 0 Comments

Setting up loader, listeners and preloader to load images; get the loaded content property information; 2 methods to smooth bitmaps that are loaded.

Re-use Loader & Removing content

Posted by thornyeternity in ActionScript 3 Snippets on 01. Apr, 2009 | 0 Comments

Re-using the same loader to prevent chaotic nesting when loading flash movies into other swf files. Deleting the existing content so its no longer there (quickly – listeners not removed will still be an issue).