com.FlashDynamix.Xml

class XmlRemoting

Object | +--com.FlashDynamix.core.Base | +--com.FlashDynamix.Xml.XmlRemoting
All Known Subclasses: XmlRemotingDebug

class XmlRemoting extends Base

    Field Summary

    public autoStop: Boolean
    Stops a call of a same command name when calling another
    public callWaitSecs: Number
    Seconds wait between calls on case of error
    public errorCallMax: Number
    Error call attempts maximum

    Method Summary

    call ( url: String, name: String, query: Object, callMethod: String, compressed: Boolean ): LoadVars
    Prepares and sends an XML call
    public stop ( ): Void
    Stops all current XML calls in transaction
    public stopCall ( name: String ): Boolean
    Stops a specific named XML call
    Methods inherited from class com.FlashDynamix.core.Base

    The documentation was generated from the following file:
    • XmlRemoting.as, Last Modified: 3/03/2007 7:05:28 PM