Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Поиск в поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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

  • 1 ответ
  • 1 имеет эту проблему
  • 5 просмотров
  • Последний ответ от Mark Schmidt

больше настроек

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?

Все ответы (1)

больше настроек

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/