| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: May 2005
Posts: 38
|
Hi all. I have an apllication I was building in AS3 and I decided to port it to Air.
Well, the problem is: it connects to a php script sending some parameters through POST In the browser, this is working perfectlly. But when I compile it as an Air application, it dont. The application does connects to the php script, but the script is not receiving any of the POST parameters. That means I cant use POST unless Im running the swf from a brownser? |
|
|
|
|
|
#2 |
|
AS3
|
Are you sending like this? (this works for me)
ActionScript Code:
|
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Passing variables to movie loaded with loadmovie() via POST | twicerisen | ActionScript 2.0 | 5 | 02-22-2006 07:23 PM |
| limitation in length for sending variables? | betamakz | ActionScript 1.0 (and below) | 21 | 07-22-2004 02:15 PM |
| problem with sending variables | mihasik78 | ActionScript 1.0 (and below) | 1 | 06-11-2004 09:12 AM |
| Sending only local variables with loadVariables | zymsys | Server-Side Scripting | 12 | 04-20-2004 09:00 AM |
| sending variables locally? | alpineedge3 | Server-Side Scripting | 2 | 03-27-2004 01:59 AM |