6 Replies Latest reply: Jul 17, 2014 10:56 PM by sivacse24rep RSS

    sendToURL Error(#3769) on Flash player 14.0.0.145

    sivacse24rep Community Member

      Hi today i updated my flash player plugin version to 14.0.0.145. I found "sendToURL" issue happen with this latest version.

       

      Coding is:

       

      var urlReq:URLRequest=new URLRequest("http://172.18.8.165/siva/testing/1x1.gif")

       

      var hdr:URLRequestHeader = new URLRequestHeader("Content-Type", "application/json");

      urlReq.requestHeaders.push(hdr);

       

      urlReq.method    = URLRequestMethod.POST;

      urlReq.data={"context":{"prop1":"test1","prop2":"test2"},"video":{"name":"siva","age":"25" }};

      sendToURL(urlReq)

       

      Error

      SecurityError: Error #3769: Security sandbox violation: Only simple headers can be used with navigateToUrl() or sendToUrl().

          at global/flash.net::sendToURL()

          at testSubmit_fla::MainTimeline/sendNow()


      Note:

      The same code run fine on flash player version 14.0.0.125.


      How to solve the issue?