I am working on an application that uses raster images, so it only looks good at native resolution.
Is there a way to force the graphics to never be scaled?
It would need to do this no matter where it is running.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the scaleMode property along with the stage.align property to get what your after.
There are also some great resources out there for creating fluid layouts with no-scale set. Try Flash Fluid Layouts And Stage Resize In AS3.