当我在Flash中使用CS5时,总是会遇到这样的错误:
RangeError:错误#1125:索引0超出0范围
它是通过更新和使用Flash中的调试播放器来解决的,因为默认的solved (在测试电影时使用)还不够新,不足以支持StageVideo。
现在,我使用Flash CS6来使用AdobeAir3.4编译iOS应用程序。它在我的iPad上工作得很好,但在我的台式计算机上测试Air应用程序时,无论是否处于调试模式,我都会遇到同样的错误。
有可能消除这个错误吗?
发布于 2013-04-15 20:18:02
答案很简单。AdobeAirfor桌面不支持StageVideo。
AIR桌面或extendedDesktop配置文件中不支持extendedDesktop类。
US/FlashPlatform/reference/actionscript/3/flash/media/StageVideo.html
https://stackoverflow.com/questions/16023925
复制相似问题