using navigateToUrl like this:
navigateToURL(new URLRequest("http://google.com"),"_self");In firefox it opens in the same window fine, in IE it's opening a new window. How can I make this work in both?
using navigateToUrl like this:
navigateToURL(new URLRequest("http://google.com"),"_self");In firefox it opens in the same window fine, in IE it's opening a new window. How can I make this work in both?