Help with TypeError #1009 Cannot access a property

Asked By 80 points N/A Posted on -
qa-featured

Hi Experts,

I got an error message when I try to run a project in Adobe Flash Player. I have this software in the system for more than a month and I am a beginner in this field. The error states that it cannot access a property or method of a null object. Do I need to reinstall the application again? Please help me to fix the error. Thanks a lot.

Adobe Flash Player 10

TypeError:Error # 1009: Cannot access a property or method of a null object referred

At Drawing 0 [/Users/stallons/Documents/Adobe Flash Builder Beta/refactoring

At_Drawing_mx_managers_SystemManager/create()

At mx.managers::SystemManager/initialize TopLevelWindows() [E:dev/trunk

At mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx

At mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx

At flesh.events::EventDispatcher/dispatchEventFunction()

At flesh.events::EventDispatcher/dispatchEventFunction()

 

SHARE
Answered By points N/A #190267

Help with TypeError #1009 Cannot access a property

qa-featured

Adobe Flash is an awesome tool to create various games, movies and for other purpose. But if the coding becomes messed with wrong codes and makes such issue, it is really annoying. In such case, you have to use the debugging tool that comes with your application to debug your code. This will help you indicate where you’ve miscoded.

Depending on your IDE, the debugging method might vary.

In the case of Adobe Flash Professional, go to Debug >> Debug Movie.

In the case of Adobe Flash Builder, go to Run >> Debug MyProject.

Now, you’ll see the result and fix your code accordingly.

Related Questions