Archiv für das Stichwort ‘actionscript‘

 
 

The Event Meta Tag in Actionscript 3 and Flex Builder

21. September 2009 • Category: Flash & ActionScript 3.0 • Comments: 0

Recently I found out about the [Event] meta tag in actionscript 3.
I always thought it was a Flex-only meta tag but that isn’t true.

Because many Flex components are coded in Actionscript only (for performance purposes) you can also use the [Event] meta tags in Actionscript only projects.
Since I am a big fan of code completion and strict typing everything in my code I am certainly adding the following trick to that list.

Read More…

Customizable ComboBox (Flash CS3)

21. May 2008 • Category: Flash & ActionScript 3.0 • Comments: 12

Here is an example of how to customize the font (size, style, color) for the two components List and TextField inside the standard ComboBox component:

Read More…