Actionscript 3 AS3 TypeError:尝试播放FLVPlayback时出错#1009

Actionscript 3 AS3 TypeError:尝试播放FLVPlayback时出错#1009,actionscript-3,flash,Actionscript 3,Flash,我的flash动画几乎完成了,我只是想添加我的简介。我制作了一个新场景,导入了我的.mp4视频(作为FLVPlayback),并将其拖到舞台上。现在我只是想看看它是否能播放。。。但我明白了: TypeError: Error #1009: Cannot access a property or method of a null object reference. at fl.video::UIManager/http://www.adobe.com/2007/flash/flvp

我的flash动画几乎完成了,我只是想添加我的简介。我制作了一个新场景,导入了我的.mp4视频(作为FLVPlayback),并将其拖到舞台上。现在我只是想看看它是否能播放。。。但我明白了:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at fl.video::UIManager/http://www.adobe.com/2007/flash/flvplayback/internal::hookUpCustomComponents()
        at fl.video::FLVPlayback/http://www.adobe.com/2007/flash/flvplayback/internal::handleVideoEvent()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::setState()
        at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::finishAutoResize()
        at flash.utils::Timer/_timerDispatch()
        at flash.utils::Timer/tick()
我甚至还没有添加任何代码(我所需要的是我的动画从这个场景开始,播放视频,然后转到我的主场景)。我错过了什么?

看一看,我认为这会有帮助……看一看,我认为这会有帮助。。。