“Error #2044: 未处理的 ErrorEvent:。 text=Error #3702: Context3D 不可用”。
解决方法:找到项目文件夹中的html-template,并找到index.template.html,右键使用TextEditor编辑,在
params.allowfullscreen=”true”;后面加上params.wmode = "direct";;
最好下面的embed也这样配置下 <param name="allowFullScreen" value="true" />后面加 <param name="wmode" value="direct" />
本文介绍了解决Flash中出现的Error#2044及Error#3702的方法,通过在html-template的index.template.html文件中添加wmode参数设置为direct来解决3D上下文不可用的问题。
3408

被折叠的 条评论
为什么被折叠?



