As a developer we are habitual to use commonly used approach in programming. There are several alternate and optimized way are also available and we need to give a chance to them as well. ActionScript 3 introduced various operators for specifying how to combine, compare, or modify the values of an expression. From these operators [...]
Posts Tagged ‘AS3’
AS3 Tips – Uses of rarely used operator
Posted: September 14, 2011 in Adobe, Flex, TechnologyTags: AS3, Code, Operator, Optimize
1
A closer look of mx_internal namespace
Posted: June 20, 2011 in Adobe, Flex, TechnologyTags: Actionscript3, AS3, Flex, Framework, mx_internal, Namespace
ActionScript 3 is an Object Oriented Programming language, and here access modifiers are used for handling declaration visibility. The common access modifiers in Object Oriented Programming are Public, Private and Protected, apart from this in AS3 new access modifier namespace is introduced. This is used when we want more control over who can access class [...]