MACROMEDIA FLASH MEDIA SERVER 2-SERVER MANAGEMENT ACTIONSCRIPT LANGUAGE Manuale Utente Pagina 97

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 155
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 96
ADOBE FLASH MEDIA INTERACTIVE SERVER
Server-Side ActionScript Language Reference
94
SharedObject.version
so.version
Read-only; the current version number of the shared object. Calls to the SharedObject.setProperty() method
on either the client or the server increment the value of the
version property.
Availability
Flash Communication Server 1
SOAPCall class
Availability
Flash Media Server 2
The SOAPCall class is the object type that is returned from all web service calls. These objects are typically
constructed automatically when a Web Service Definition Language (WSDL) is parsed and a stub is generated.
Property summary
Event handler summary
SOAPCall.onFault()
SOAPCall.onFault(fault)
Invoked when a method has failed and returned an error.
Availability
Flash Media Server 2
Parameters
fault The fault parameter is an object version of an XML SOAP Fault (see SOAPCall class).
SOAPCall.onResult()
mySOAPCall.onResult(result){}
Invoked when a method has been successfully invoked and returned.
Availability
Flash Media Server 2
Property Description
SOAPCall.request An XML object that represents the current SOAP (Simple Object Access Protocol) request.
SOAPCall.response An XML object that represents the most recent SOAP response.
Event handler Description
SOAPCall.onFault() Invoked when a method has failed and returned an error.
SOAPCall.onResult() Invoked when a method has successfully invoked and returned.
Vedere la pagina 96
1 2 ... 92 93 94 95 96 97 98 99 100 101 102 ... 154 155

Commenti su questo manuale

Nessun commento