Allow Scale

Whats the allow scale.

fscommand("allowscale", false);

Is that right
I want to know what it is and if thats the right code.

That’s how you did it in Flash 5. I believe you’d have to use Stage.scaleMode in MX, but I’m not sure, I’m not too familiar with that Stage object.

pom :beam:

Ok i got it to work normal.
But whats it do…DUHH im stupid me don know what it does.

guess it doesn’t matter now but …

from the ActionScript Dictionary:

[size=3]Stage.scaleMode[/size]

Availability

Flash Player 6.

Usage

Stage.scaleMode = “value”

Description

Property; indicates the current scaling of the Flash movie within the Stage. The scaleMode property forces the movie into a specific scaling mode. By default, the movie uses the HTML parameters set in the Publish Settings dialog box.

The scaleMode property can use the values “exactFit”, “showAll”, “noBorder”, and “noScale”. Any other value sets the scaleMode property to the default “showAll”.

Thanks Kax