StageDisplayState.FULL_SCREEN under IE

submit to reddit

If someone wanders why the fullscreen doesn’t work correctly under IE, after calling StageDisplayState.FULL_SCREEN in Flex – there’s the answer. Just don’t forget to add

<param name=”allowFullScreen” value=”true”>

parameter of the object tag. You may also set allowFullScreen=”true” of embed tag.

Related posts:

  1. ExternalInterface from JavaScript to IE/Firefox
  2. IE & ExternalInterface communication problem
  3. object and embed tag position in IE

You are a GREAT developer? Click here to answer the weekly quiz!

This entry was posted in featured, flex 3, web development and tagged , , , , , . Bookmark the permalink.

One Response to StageDisplayState.FULL_SCREEN under IE

  1. ashley says:

    Finally I found the solution. I had no idea the problem can be in HTML and not if Flex, but as it appears it can :)

    Thank you!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">