I have a flex application embedded within an HTML page.  I've been trying to 
resize the html element dynamically via an ExternalInterface call to a 
javascript function in the host page.  Unfortunately, listening to Resize 
events and/or overriding the updateDisplayList method on the Application doesnt 
seem to give me the correct height (measuredHeight property).  Any ideas on how 
to calculate the complete application height?

Reply via email to