I need to specify variable "result" events for HTTPservice request I hope to create dynamically.
I can build the request using var requestHTTP = new HTTPService(); requestHTTP.url = "http://mydomain.com/my.php" requestHTTP.method = "POST"; etc..... but I have not be successful specifying a variable "result" event. Is there not a solution that would allow a totally dynamic HTTPService request to be generated ? Otherwise I have to hard-code each of the possibilities as a separate component.

