Preventing Text Field Blocking MouseClicks

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

A solution for text fields stopping mouse clicks.

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.

Text Formatting & AutoSizing

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

Bit chaotic but these properties are always useful when adding text fields.

Easy re-usable function to creat customisable text fields on the fly.

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

Re-usable function allowing one to quickly create text fields dynamically as needed. Saves time.

3 Text Handling Methods – Input Text, Selecting Text, Returning text

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

3 useful text tips – creating input text field, selecting all text in a field when user clicks it, returning a string value.

AS3 Form Validation – email address and filled field

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

Checking if email address is valid and that fields are filled in (and not with spaces).

Animating Dynamic text onto the screen letter by letter

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

Easy way to animate text with code.

Implementing Double_Click Event with AS3

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

The missing detail from Adobe’s ‘help”.

Html tags in Xml for Flash (AS2)

Posted by thornyeternity in Flash on 14. Apr, 2009 | 0 Comments

Formatting xml with html tags with ActionScript 2.

StageListeners – Fluid Layout (fill class as basis to position items)

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

Full class to use for creating liquid layouts (AS3).