Add a click event to a BitmapImage in Adobe Flex/AIR
You may have noticed MouseEvent.Click is not an event available to be set on the BitmapImage Spark primitive(in the current Flex SDK). But, there is a simple workaround for this. […]
You may have noticed MouseEvent.Click is not an event available to be set on the BitmapImage Spark primitive(in the current Flex SDK). But, there is a simple workaround for this. […]
Every once in a while you might run across a case where you need to access a property or method from the parent application, and you don’t have the ability […]
If you ever have the urge to capture a specific key pressed in Flex or AS3 in general, there is an excellent list of the keycodes, and costants you can […]
I’ve started dabbling in Flex recently, and something that was apparent(and annoying at times) to meĀ early on was it’s strongly-typed nature. Not type as in a keyboard, but variable […]