PDA

View Full Version : ok a simple one



charlie
May 8th, 2003, 06:06 AM
I am trying to make my movie so you can't re-scale it.
i am using the command

fscommand("allowscale", "false");

but when i play mmy movie it still rescales - any ideas why this doesn't work?

kode
May 8th, 2003, 06:11 AM
Stage.scaleMode = "noScale";
try that... :-\