>> Not 100% sure, but you may run into problems with pop-up blocking.
I believe popup blockers are only sniffing windows spawned by Javascript, and not by direct user-requests, so using _blank should be fine. Jason Merrill Bank of America GCIB & Staff Support L&LD Instructional Technology & Media Join the Bank of America Flash Platform Developer Community Are you a Bank of America associate interested in innovative learning ideas and technologies? Check out our internal Innovative Learning Blog & subscribe. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Pike Sent: Tuesday, September 30, 2008 5:44 PM To: Flash Coders List Subject: Re: [Flashcoders] Can URLLoader Open New Window Like LoadVars? Hi, I posted an answer to this yesterday - use navigateToURL http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/package.html#navigateToURL() With a URLRequest having the "method" variable set to POST and the window set to "_blank" Not 100% sure, but you may run into problems with pop-up blocking. HTH Glen Elia Morling wrote: > Any ideas? > > thanks > > ----- Original Message ----- From: "Elia Morling" <[EMAIL PROTECTED]> > To: "Flash Coders List" <[email protected]> > Sent: Monday, September 29, 2008 12:32 AM > Subject: [Flashcoders] Can URLLoader Open New Window Like LoadVars? > > >> The LoadVars could specify a target to open a new window in AS2... >> Can we open a new window with URLLoader while making a POST operation? >> >> Thanks >> Elia _______________________________________________ >> Flashcoders mailing list >> [email protected] >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > -- Glen Pike 01326 218440 www.glenpike.co.uk <http://www.glenpike.co.uk> _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

