open URL in a browser with POST request from FlashPlayer?
I have a SWF file that plays locally in Standalone Flash Player 11.2 under Win 8.1.
I'm using the standard navigateToUrl() function to open a URL in a browser, so it's not published for AIR, I make sure that request data is not empty - it contains my URLvars, the function is user initiated on click, and the request method is POST.
Still the browser sends a GET request.
Am I missing something? Is it possible to fix, so it sends POST?
Thanks!