mApplication.getMyPath()

Availability

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

Macintosh: Flash 8 or 9 AS2.0 SWF + mProjector 2.0.3;

Usage

mApplication.getMyPath() : String

Parameters

None.

Returns

A string.; ;

Description

Method; Returns the full path of the application including it's filename and extension.

Example

The following example returns the application path.

var applicationPath:String = mApplication.getMyPath();

See Also

mApplication.getFolder()

Code Examples

mProjector Class Basics -- mApplication