flash allowscale prob
flash allowscale prob
- Started
- Last post
- 4 Responses
- craigie
i've set allowscale to false, set the swf to 100% width in the html, but when the window is shrunk, the movie shrinks to fit it. What am I missing?
cheers
- Unclickable0
put this in the first frame
Stage.scaleMode = "noScale";
you can add this line too
Stage.align = "TL";
- gabe0
i think you need param noscale = true in the html as well
- craigie0
thanks, stage.scalemode did the job.
cheers