Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

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 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (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/