use flex-iframe(http://code.google.com/p/flex-iframe/) to embed a html page into flex app. it is recommended to set "wmode","opaque". work fine with firefox, chrome, even in IE8, but not good in IE7, the textfield can not gain focus.
solution : in IE7, not set "wmode","opaque". seems to be fine now. but in firefox ,you have to set "wmode","opaque". so in your index.template.html, use conditional Comments in Internet Explorer.
if has good idea, please feel free to tell me.
solution : in IE7, not set "wmode","opaque". seems to be fine now. but in firefox ,you have to set "wmode","opaque". so in your index.template.html, use conditional Comments in Internet Explorer.
if has good idea, please feel free to tell me.
本文介绍如何使用useflex-iframe将HTML页面嵌入到Flex应用中,并针对不同浏览器如Firefox、Chrome及IE8、IE7等进行配置优化。在IE7下,避免设置wmode为opaque来解决文本框无法获得焦点的问题。
2533

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



