Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

SWF view FullScreen all monitor size

Guest
Jan 30, 2013 Jan 30, 2013

hi,

in flash actionscript3.0, view the swf fullscreen all monitor. how to define the all dimetions monitor
(16in monitor, 21 in monitor.....ect) view the excat fullscreen.

thnks

TOPICS
ActionScript
369
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jan 30, 2013 Jan 30, 2013

assign the stage.displayState="fullScreen" will trigger fullscreen if the embedding code enables allowfullscreen and that code executes in response to a click or is in an air app.

Translate
Community Expert ,
Jan 30, 2013 Jan 30, 2013
LATEST

assign the stage.displayState="fullScreen" will trigger fullscreen if the embedding code enables allowfullscreen and that code executes in response to a click or is in an air app.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines