Archiv für das Stichwort ‘events‘

 
 

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…