PDA

View Full Version : start projector in fullscreen and close it from flash


ramone
12-10-2005, 10:03 PM
hello
what code can i use to start the projector in fullscreen and to close it (or restore it to normal window) from a flash button;

thank you i.a.

oldnewbie
12-11-2005, 01:31 AM
First frame of your movie...

fscommand("fullscreen", "true");

To close it...

fscommand("quit");

To restore it to it's normal size...

fscommand("fullscreen", "false");

ramone
12-11-2005, 04:03 AM
wowww thank you!! that works very good =D

esplin9466
06-29-2009, 08:47 PM
fscommand("quit");didn't work for me. Does anyone know why?