Paulus: I do not quite understand the approach outlined. I will restate what I currently do in Flash;
My Flash application, in many places, will create an HTTP/POST request which is sent to a web service. This web service takes the request and all of the POSTed arguments, runs a report generator and spits back a PDF "file" using the proper mime type. I do this from Flash using navigateToURL(urlRequest,"_blank") which causes the browser to pop up a new window/tab that receives the mime type PDF and launches the pdf viewer. I need to convert this into AIR, but navigateToURL will convert POST requests to GET which the report generator ignores. Paul R. Stearns Advanced Consulting Enterprises, Inc. 15280 NW 79th Ct. Suite 250 Miami Lakes, Fl 33016 Voice: (305)623-0360 x107 Fax: (305)623-4588 ---------------------------------------- From: "Paulus de B." <w.p.stuur...@knollenstein.com> Sent: 6/23/20 8:26 AM To: users@flex.apache.org Subject: Re: Create "web page" on the fly in AIR Hi Paul, What if you create a local web server in AIR that when requested from the browser (HTTP GET) performs a HTTP POST from your application to your server and streams the response back to the browser? Doesn't that solve the problem? Cheers Paulus -- Sent from: http://apache-flex-users.2333346.n4.nabble.com/