Posted on Wednesday 6 July 2005
Here's a little test code:
trace(null === undefined);
//traces false!
I was under the impression that null and undefined are the same thing for the Flash player. Nope. Ran into the issue while trying to find a way to emulate the Flex childrenCreated event in Flash. More news on this later.


