Is it possible to open a new browsing window in private browsing mode using AS3 for flash? I know by calling:
navigateToURL(new URLRequest("adobe.com", "_blank"));
but is there a way to do this so that the new window/tab that opens is using private mode?