PDA

View Full Version : fscommand, rezize not working!



filmshootz
June 29th, 2003, 02:04 PM
whenever I use the fscommand for the projector I can't seem to disable the resize. I can disable the menu using "showmenu" but not so with "allowscale". If it helps any I am using FMX. Can someone please help?

lostinbeta
June 29th, 2003, 04:30 PM
Stage.scaleMode = "noScale";

That does it for FMX.


And I believe to "hide" the menu it is Stage.showMenu = false;

filmshootz
June 29th, 2003, 05:28 PM
I have actually tried that as well but no luck. I still get the resize handles.

eyeinfinitude
June 29th, 2003, 06:15 PM
I think you'll get the resize handles no matter what. But the script lost posted will prevent your movie from stretching out when the window is rescaled. I could be wrong though...

filmshootz
June 29th, 2003, 06:31 PM
yeah unfortuneately it still stretches. Any other suggestions?

lostinbeta
June 29th, 2003, 06:47 PM
I just tested it, my stuff doesn't resize when I set scaleMode to noScale. The window is still resizeable, I don't think there is a way to stop that, but as EG said, setting it to noScale will prevent scaling, it will just position your content in the center.