At the moment it displays in a smaller window within the screen and makes most of the screen white. What I would like is for it to be stretched to fill the screen. Thanks for any help.
Share
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.
during initialization of your application you can use flash.system.Capabilities to get the device’s screen size and PPI for scaling / layout:
Screen Width: flash.system.Capabilities.screenResolutionX
Screen Height: flash.system.Capabilities.screenResolutionY
Piexls-Per-Inch: flash.system.Capabilities.screenDPI