Skip to main content
January 8, 2007
Question

How to make a Projector go full screen via code?

  • January 8, 2007
  • 4 replies
  • 469 views
Can I make a Flash 8 Projector on Windows go full screen via code without having to press Ctrl+F ?
This topic has been closed for replies.

4 replies

Participant
January 11, 2007
where do u insert the "quite" fscommand?
In a button? or in frame?
Participant
January 12, 2007
got it thnx!
Participant
January 11, 2007
Hi There,

Yeah there's a list of fscommands available to you.

open up your flash actionscript panel

scroll down to the index book on the left hand pane to open it

Navigate to the fscommand

right click / control click apple and select help

this should show you the other commands available!

If you're building a cdrom you may want to try the quit command to exit the projector

Best
January 11, 2007
Excellent that works perfectly, thanks for the help.

BTW Is there a list of these commands somewhere?

Kevin
Inspiring
January 8, 2007
try this:

fscommand("fullscreen", true);