[flexcoders] How to hide browser address bar and tool bar with navigateToURL()?

2007-10-18 Thread michniu
Hi coders, I have to popup a new browser in my application, and I need hide the toolbar adn addressbar in the popup window. Any help is appretiated Thanks Mike

Re: [flexcoders] How to hide browser address bar and tool bar with navigateToURL()?

2007-10-18 Thread Scott - FastLane
Not sure if you can do all of that from within flex... but you can certainly do it via JavaScript's window.open() method. If you want to do it that way you will need to make a call to ExternalInterface.call() to call the JS method on the HTML page that contains your swf. hth Scott Scott