Skip to content
JB
← All articles

Tag

#Flex

7 articles

AS3 Singleton

Singleton classes are very useful. So I wanted to show a simple sample of a Singleton class. I like to use these as models to store data in one location that.

Read more →

Get Spark Image width or height

So one of the most annoying things about working with display items in the Flex framework is the difference in how things are rendered. This means that after.

Read more →

TypeError: Error #1007: Instantiation attempted on a non-constructor

So I know that many people are jumping ship when it comes to Flash and Flex when it comes to web applications but if you are one of the ones like me that is.

Read more →

TypeError: Error #1009: Cannot access a property or method of a null object reference - UIMovieClip

So I ran into this error again today. I first ran into it a few years ago. It happens to me when I have an asset that is created in Flash Pro and used in a.

Read more →

TypeError: Error #2007: Parameter antiAliasType must be non-null

I got this error when I was trying to create a mx DateChooser via code instead of mxml. To make a long story short the solution was to move the call to the.

Read more →

Starling iOS app rotates after splash screen

So I've been using Flash Builder and the Starling framework to create an iOS app of the Card Match game that I made a while back. I must say I'm pretty happy.

Read more →

How to embed fonts using actionscript 3

This was causing my to bang my head for a little while. There are different ways depending on whether you are using Flash or Flash Builder (previously Flex.

Read more →