| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
MovieClip
|
+--com.FlashDynamix.core.base
|
+--com.FlashDynamix.Xml.XmlRemoting
Field Summary | ||
| public | callWaitSecs: Number | |
| Seconds wait between calls on case of error | ||
| public | errorCallMax: Number | |
| Error call attempts maximum | ||
Method Summary | ||
| call ( XMLURL: String, commandName: String, params: Object ) | ||
| Prepares and sends an XML call | ||
| public | stop ( ) | |
| Stops all current XML calls in transaction | ||
| ||
| public var callWaitSecs: Number |
| Seconds wait between calls on case of error |
| public var errorCallMax: Number |
| Error call attempts maximum |
|
| Prepares and sends an XML call |
|
| Stops all current XML calls in transaction |
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