Bonjour,
comment peut on envoyer un String avec HTTPService. le String correspond à un ensemble de mots
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
var valeur:String "VILLE DE PARIS";
 
ht:HTTPService = new HTTPService;
ht.url = MON_URL;
ht.resultFormat = "e4x;
ht.method = "POST";
 
ht.send();
Mes salutations