我在使用 Spark VideoPlayer 时遇到问题。如果播放器遇到播放错误(可能是由于它无法播放文件),然后我尝试再次设置源,则会收到空对象错误。错误发生在这里:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at spark.components::VideoDisplay/cleanUpSource()
E:\dev\4.y\frameworks\projects\spark\src\spark\components\VideoDisplay.as:1956]
这指向
videoPlayer.displayObject.visible = true;
displayObject
在哪里null
。
VideoPlayer
除了放弃组件并创建自己的组件之外,我似乎找不到解决此问题的方法。
我看过一些与这个问题有关的帖子,但我还没有找到适合我的解决方案。