In an HTML Browser control, upon loading, I am trying to get the title out of the DOM.
var s:Object = browser.htmlLoader.window.document.getElementsByTagName( "title"); testLabel.text = s.length + ", " + s[0]; However, how can I get at the string for that title tag? -- http://ericd.net Interactive design and development _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

