10/25/2010 1:50:17 AM
Title:
limit content to 800 px rather than background
Hi all,
I need to keep the background as 100% by 100%
and limit the content to 800 px by 600 px
The idea is to have the background resize to all browsers and have the content keep to its max px on all browsers.
Thanks in advance
Rayan
Points: 700
Posts:0
10/25/2010 11:27:34 AM
I think you can use
stage.scaleMode= StageScaleMode.NO_BORDER;
and set height and width as 100% in html page .
This will not scale the flex application but the flex background will be scaled. The flex application will be aligned left