Hello All,
I have a question about the way stage resizing occurs in flex.
Please consider the two scenarios :-
i) In Flash CS3, I gave my application a stage size of 800 * 950. The
application has two screens , first one being 800 * 600 and
second one being 800 * 950. In the html file I have provided the width
and height as 100%. Now, when I move from screen 1 to screen 2,
I am not seeing a scroll bar. The second screen comes as cropped.
ii) Whereas in Flex, I provide my application width and height as 100% and
html width and height also as 100%. I am using a viewstack whose
height and width also is 100% and inside the viewstack I have individual
canvas for each screens. First canvas is of height 600 and second canvas
is of height 950. In this case I am able to see scroll bars when I move
from first screen to second screen.
I am not able to see why its not happening in CS3 whereas its happening in
Flex.
Looking for some pointers.
Thanks,
Rohit