Why not submit as a regular POST ?
---snippet-
var params:Object = new Object()
params.UserName = PostUserNameTF.text
PostUser.send(params).
--Then handle the POST in PHP.---
foreach($_POST AS $key => $values) { ${$
In my flex application i have a form with some text fields. When I submit
the form an HTTPService.send() methid is called.
http://localhost/Flex/Pastarino/PostUsers.php"; useProxy="false"
showBusyCursor="true"
resultFormat="text" result="PostNewUserResponse(event);">
the func
2 matches
Mail list logo