Adobe Flash ActionScript error, how to fix?

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

Hi Tech Guys,

I am just a beginner in Adobe Flash Player I got this error message while I am working with it. I am not able to trap the error so please guide me to fix the error. I did not face this kind of error message in my previous version. I get this error message only in my latest version. Please help me. Thanks.

Adobe Flash Player 11.1.102.55

An ActionScript error occurred:

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

at com.disney.abcdm.vp2.data::Endcard/getURL()

at com.disney.abcdm.vp2::VideoPlatfromPlayer/endCardEventHandler()

at flash.events::EventDispatcher/dispatchEventFunction()

SHARE
Answered By points N/A #166178

Adobe Flash ActionScript error, how to fix?

qa-featured

Hello,

Such error usually generates in the case of wrong code. If you have created wrong code, you’ll face the issue. As the code isn’t provided, you have to find it out all by yourself.

Debugging the movie is the best way to find out what wrong is happening inside the program. To run the debugger, go to Debug >> Debug Movie in Flash Professional. It’ll indicate the line where you’ve got wrong code. Fix it and then compile it again.

 

Related Questions