|
Well, it does, just not all in the same
place! From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Shlomi Cohen Thanks Matt and Tracy , works like a charm
BUT - why the hell the documentation does
not talk about this. Shlomi From:
[email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Use bracket notation. Try: var oRequest:Object = new Object() oRequest[paramName] = value; From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf
Of Shlomi Cohen Hi I have an application that gets a callback
URL and a callback Parameter name. now after user do something i need to send
the info to that URL and use the given external Parameter name - remember i don't know its name so an
object cannot be constructed to pass to the http service. for example var paramName:String = "result";
// this one changes upon request var oRequest:Object = new
Object({paramName ??? : value}) - what do i put there ? it takes the
paramName as a string not as its value. srv.send(oRequest) even tried using eval to evaluate a
dynamic _expression_ on oRequest - didn't help. even tried using the
oRequest.addProperty(paramName); then evaluate and assign - didn't help . any ideas ? Shlomi
|
Title: Mercury Email Signature

