NetServices.getVersion( )


NetServices.getVersion( ) Method Flash 6

returns the version of the NetServices object
 NetServices.getVersion( ) 

Returns

A version number, currently 1.0.

Description

The getVersion( ) method returns the current version number of the NetServices object (currently 1.0). It can be used to ensure backward compatibility and compatibility with future versions if the methods or properties of the object change in future implementations .

Example

The following code shows the basic syntax of the getVersion( ) method:

 #include "NetServices.as" var netServ_version = NetServices.getVersion( ); trace("NetServices object version: " + netServ_version); 


Flash Remoting
Flash Remoting: The Definitive Guide
ISBN: 059600401X
EAN: 2147483647
Year: 2003
Pages: 239
Authors: Tom Muck

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net