I I think this is possible via ExternalInterface and some javascript to resize the swf object in HTML.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of bmilesp Sent: Friday, February 22, 2008 7:56 AM To: [email protected] Subject: [flexcoders] stage/ html <object> resizing- is this possible? hello everyone, I would like to have flex mimic a regular html page as closely as possible. Specifically, i want the flex html <object> to RESIZE if content is added to it, rather than simply add a scroll bar to the parent flex container (which is normally expected of flex/flash apps). So for example, if rows of data fill a container component, i would like not only that container height to automatically adjust to fit the number of rows within the container, but also adjust the height of the stage to fit the container. This would then make the flash object act like an html page populated with content via javascript, which would be a really nice effect. thanks in advance -bp

