I am developing a flash based website using mxml. My monitor's resolution is 1280x768 and is widescreen. The problem is while it appears properly in my screen it doesn't appear properly in others. Which is the best approach to solve the problem ?
I have 2 in mind.
- Let scrollbars take care of it : If the screen is 14 inch screen with 800x600 resolution it appears zoomed in. So thats a problem
- Get screen resolution and resize using scaleX and scaleY : The graphic components will get resized but fonts give problem.
Which is the best approach among these ? If there is a better approach please mention. Thanks