Thursday, October 04, 2007

here is an example of accessing the browser title from Flex Beta 2 HTML Control.

To access the title of the current page you are on:
For <mx:HTML id="htmlControl"/>

call...

var title : String = htmlPanel.javaScriptWindow.document.title;