|

XMLRequest


(string) The XML formatted string containing the Flash actionscript function to call. See Flash's actionscript documentation for more information.


Example: "<invoke name=\"functionName\" returntype=\"xml\"><arguments><string>My sample argument</string></arguments></invoke>"


Re t u r n s


(string) The XML formatted string returned from the Flash actionscript function. You can use

Application.GetLastError to determine whether this action failed, and why.


|