AS3 Pitfalls - Error #1009
PROBLEM:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
SOLUTION:
i don’t know.
Error #1009 seems to be catch-all error that Flash throws whenever you reference something that doesn’t “exist”, or hasn’t been loaded into memory. A quick Google search shows that the error spans both Flash and Flex, [...] Keep Reading





