You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pixlib
j'ai réussi en faisant :
var res:URLVariables = new URLVariables( e.target.result);
Dante!
unread,
Apr 19, 2011, 11:46:05 AM4/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pixlib
Salut,
J'ai un souci avec le resultat d'un PXHTTPService :
_onResult(e : PXServiceEvent) le serveur renvoit msg=-1
trace(e.service.result); // msg=-1
Est-ce possible de convertir cette chaine en object (key/value) ?
Habituellement, je peux convertir ce résultat en faisant :
var reponse:URLVariables = new
URLVariables( URLLoader(e.target).data );
Avec PixLib :
var reponse:URLVariables = new URLVariables( e.service.result );
Error: Implicit coercion of a value with static type Object to a
possibly unrelated type String.