[ 
https://issues.apache.org/jira/browse/FLEX-34123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13915801#comment-13915801
 ] 

Maurice Amsellem edited comment on FLEX-34123 at 2/28/14 1:57 PM:
------------------------------------------------------------------

That's an interesting finding.
However, lash.net.URLRequest is defined in FlashPlayer and AIR, which are 
beyond the scope of Flex.
Please a bug JIRA at Adobe:
https://bugbase.adobe.com/


was (Author: mamsellem):
flash.net.URLRequest is defined in FlashPlayer and AIR, which are beyond the 
scope of Flex.
Please a bug JIRA at Adobe:
https://bugbase.adobe.com/

> in air application flash.net.navigateToUrl  POST method gets converted to GET
> -----------------------------------------------------------------------------
>
>                 Key: FLEX-34123
>                 URL: https://issues.apache.org/jira/browse/FLEX-34123
>             Project: Apache Flex
>          Issue Type: Bug
>            Reporter: amit
>
> Hi Team,
>      here is the code base
> private function onPreviewResponse(html:String):void{
>       var serverPath:String = "http://anywebsite/preview";;
>       var   url:URLRequest = new  URLRequest(serverPath);
>       var params:URLVariables = new URLVariables();
>       /// very huge html String
>       params.previewDisclosure =  html;
>       url.data = params               url.method=URLRequestMethod.POST;
>       navigateToURL(url, "_blank");   
> }
> in air even if i am using url.method=URLRequestMethod.POST;
> request gets converted to GET as i have huge html string and can not build 
> two different verion i.e for air and flashplayer.
> Please let me know the resolution or make available the code base of 
> flash.net package



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to