I have a Flex 2.01 Application that has a Panel (and then a bunch of sub-components). It is set to height and width of 100% in the container aspx file. When I run it in IE7, if I only resize the browser vertically, the SWF does not resize to fit. If I make the window taller, there will be blank white space at the bottom as the panel stays its same size. If I make the window shorter, then a vertical scroll bar appears. However, if I resize horizontally, then the movie stretches or shrinks moviong all of its components as I expect, always staying the right size to fill the browser window. If I have resized the window vertically, creating a blank space or a scroll bar, as soon as I resize a pixel either way horizontally, the movie immediately resizes itself to fit in all directions.
Is this some sort of display bug in IE? I have tried changing the layout of the Application, the height and width, and the alignment of the SWF object in the hosting page javascript. I copied the javascript holding the SWF directly from the auto-generated HTML file - except the host page is an ASPX file. Does anyone know if there is something related to it being an ASPX page that doesn't throw an event when changing its size vertically? Thanks, Pete

