| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
MovieClip
|
+--com.FlashDynamix.core.base
|
+--com.FlashDynamix.Xml.XmlRemoting
|
+--com.FlashDynamix.Xml.XmlRemotingDebug
| ||
Method Summary | ||
| public | call ( XMLURL: String, commandName: String, params: Object ): Void | |
| Prepares and sends an XML call | ||
| ||
| ||
|
| Prepares and sends an XML call |
|
myObj = new Object();
myObj.param1 = "value1";
myObj.param2 = "value2";
Translates to = "?param1=value1¶m2=value2
The querstring can also be hard coded into the XMLURL parameter
The commandName is used to identify the response when performing simaltaneuos data calls