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;
Thursday, October 04, 2007
Labels:
beta 2,
document,
documentWindow,
flex,
flexbuilder,
htmlControl,
javascriptWindow,
moxie,
window
Subscribe to:
Posts (Atom)