mApplication.getComponentVersion()

Availability

Windows: Flash 8 or 9 AS2.0 SWF + mProjector 3.0; Windows 98/ME/NT Support: Flash 7 SWF + mProjector 2.0 build 'db';

Macintosh: Flash 8 or 9 AS2.0 SWF + mProjector 2.0; replacing mProjector 1.2.5 async

Usage

mApplication.getComponentVersion() : String

Parameters

None.

Returns

A string.; ;

Description

Method; Retrieves the version of the component. This command is synchronous and returns the version immediately.

Example

The following sample retrieves version of the component used in the application.

version = mApplication.getComponentVersion();