flash question
flash question
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- connerd0
you can set your movie size to 100% and your stage.scaleMode to "noScale".
this should solve your problem of resizing everything in the movie without actually scaling it or distorting your aspect ratio.
i like to add a resize listener to the stage object to handle resizing. i'll paste you in some code if you need any.