flex-iframe 页面覆盖问题

问题:用flex-iframe 嵌入网页时,点击其它地方iframe网页就会隐藏覆盖掉;
解决办法:在index.template.html中AC_FL_RunContent下加入"wmode", "opaque",;
注意有两处AC_FL_RunContent;如下:
AC_FL_RunContent(
"src", "playerProductInstall",
"wmode", "opaque",
.....

你可能感兴趣的:(html,Flex)