This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox exits DOM fullscreen when clicked on a swf, how do I have a div that contains flash in a DOM fullscreen?

  • 1 (رد واحد)
  • 1 has this problem
  • 2 views
  • آخر ردّ كتبه Mark Schmidt

more options

I am trying to make a div that contains flash to go fullscreen The markup:

This wiorks if (outer.mozRequestFullScreen) { outer.mozRequestFullScreen();} But when I click on a div #flashContent the browser exits fullscreen immediately. This happens only in Firefox, all other browsers stay in fullscreen. Is there a solution?

I am trying to make a div that contains flash to go fullscreen The markup: <div id="outer"> <div id="top"/> <div id="flashContent"/> <div id="bottom"/> </div> This wiorks if (outer.mozRequestFullScreen) { outer.mozRequestFullScreen();} But when I click on a div #flashContent the browser exits fullscreen immediately. This happens only in Firefox, all other browsers stay in fullscreen. Is there a solution?

All Replies (1)

more options

We aren't able to answer development related questions on these forums. I suggest looking for help on the Mozilla Developer Network site: https://developer.mozilla.org/en-US/