PDA

View Full Version : [AS3] Full Screen stand alone


beachoholic
02-26-2009, 01:37 PM
I'm new to Action Script 3.0, I create stand alone player flash movies, can't figure out how to get to full screen mode in AS 3.0. I'm sure it is easy, but I am missing it.

northcode
02-26-2009, 03:47 PM
FSCommand("fullscreen", "true") same as before.

beachoholic
02-26-2009, 06:23 PM
I get an error 1180: Call to a possibly undefined method FS Command when I publish it. If I publish it in Action Script 2.0 it works fine, but I want 3.0 due to some
3D tweens I have in there

northcode
02-26-2009, 09:03 PM
Sorry, it should be all lower case...

fscommand("fullscreen", "true");