|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
ActionScript 3 - Synchronous HTTP requests
Hello folks,
I am trying to--with Flash--perform a synchronous HTTP request. Much like what we can do with javaScript's XMLHttpRequest object? I only want to send some text to a PHP script so that they can be written to a text file on the server. I really do not want or need to open up a new window for this. The only two options I can think of are to: a) Use the Flash external library class to actually use the javaScript XMLHttpRequest object; I think this is called Fajax. b) Open an XMLSocket and use PHP's socket functions to send and receive information to the server that way. This is--I think--massive overkill in my case. Anyone have any better ideas?
__________________
---| The Universe| |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > ActionScript 3 - Synchronous HTTP requests |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|