flex4 - Flex 4 - Pass data sent by HTTPService object to result handler -


i have data object gets sent post request httpservice object, want able access data object in result handler. best way this?

var token:asynctoken = httpservice.send(); token.yourpropertyname = yourobject; 

asynctoken dynamic object can add properties @ runtime. then, in result handler, acces token :

event.token.yourpropertyname 

Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -