阶段调整刷新IE 6错误修复

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了阶段调整刷新IE 6错误修复相关的知识,希望对你有一定的参考价值。

  1. /*
  2. Use if your objects position is based on stage.stageWidth and stage.stageHeight.
  3. When refreshed it traces 0 for stageWidth and stageHeight
  4. */
  5. function startApp():void {
  6. // make it call an function on resize
  7. stage.addEventListener(Event.RESIZE, resizeHandler);
  8. // call that resizeHandler again (for browsers like IE 6)
  9. resizeHandler();
  10. }
  11.  
  12. function resizeHandler(e:Event = null):void {
  13. // check if the Height and Width is bigger than zero and act accordingly.
  14. if ( stage.stageHeight > 0 && stage.stageWidth > 0 ) {
  15. // safe area. Do normal resize
  16. }
  17. }

以上是关于阶段调整刷新IE 6错误修复的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 Stage Resize刷新IE 6 Bug修复

第二阶段冲刺第五天(6月4号)

第二阶段第5天(6月4日)

如何修复 IE 10 中不匹配的结束标记错误

第二阶段冲刺第二天,6月1日。

Gamma阶段第五次Scrum Meeting