ActionScript 2.0 Components Language Reference |
|
|
|
| Web service classes > SOAPCall.doLazyDecoding | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
SOAPCall.doLazyDecoding
Property; turns "lazy decoding" of arrays on (true) or off (false). By default, a "lazy decoding" algorithm is used to delay turning SOAP arrays into ActionScript objects until the last moment; this makes functions execute much more quickly when returning large data sets. This means any arrays you receive from the remote location are ArrayProxy objects. Then when you access a particular index (foo[5]), that element is automatically decoded if necessary. You can turn this behavior off (which causes all arrays to be fully decoded) by setting SOAPCall.doLazyDecoding to false.
|
|
|
|