RE: [flexcoders] stage/ html resizing- is this possible?

Fri, 22 Feb 2008 11:11:58 -0800

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

 

Reply via email to