Brochure Open Engine
Posted by Michele in Code, Flash on 01. Oct, 2009 | 0 Comments
This is one of the earlier items we uploaded to Flashden, but it has proved to be reasonabily popular, so I thought I would highlight it. It is a pretty nifty little flash movie, that is kinda like the evil flash flipping book. I hate flipping books, although it does work in places, for example [...]
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”.
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).


