TypeError:错误#1009:无法访问空对象引用的属性或方法

时间:2011-09-13 08:09:45

标签: flash actionscript-3

在运行我的代码时出现错误

TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at com.yahoo.astra.fl.charts.series::LineSeries/drawMarkers()
    at com.yahoo.astra.fl.charts.series::LineSeries/tweenUpdateHandler()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.yahoo.astra.animation::Animation/timerUpdateHandler()
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()

它没有指定发生此错误的任何行。如何解决此错误?

1 个答案:

答案 0 :(得分:2)

你的应用程序可能没有在调试模式下运行,或者yahoo组件的swf是在发布模式下编译的,所以这就是你看不到行号的原因。