In your navigateToURL, use a specific name for the window and use this name for 
subsequent calls.

navigateToURL(new URLRequest("http://www.adobe.com";), '_MyNewWindow');

_blank tells the browser to use a new window every time.

--- In flexcoders@yahoogroups.com, athota <atfl...@...> wrote:
>
> 
> I am trying to open a new browser window from flex using navigateToURL(...)
> method.
> 
> Now my requirement is I do have 3 link buttons in flex where all are the
> external URLs.
> If I click on those link buttons all will be opened in 3 different windows,
> since I use "_blank" as one
> of the parameter to navigateToURL() method. But, I want to make use of same
> browser window
> which is already opened externally. How can I find it from flex/javascript
> that whether the external window 
> is opened? If so if I click on second link in flex how do I update the same
> external window which is opened
> all ready with the new URL? (At a time only one external window should be
> used). 
> 
> Any code snippet would be helpful.
> -- 
> View this message in context: 
> http://old.nabble.com/How-to-Control-the-state-of-external-window-browser-from-FLEX-Javascript-tp28623367p28623367.html
> Sent from the FlexCoders mailing list archive at Nabble.com.
>


Reply via email to