You are here: Home > Programming > Flash programming > Code repository > API Doc template

API Doc template

Print versionEdit this page
API of public methods.
Version x.



new Object

Availability

Flash Player 6.

Usage

new com.lostboys.util.MyClass()

Parameters

Nothing.

Returns

Nothing.

Description

Method; ...

Example

The following code ...
var myObject = new com.lostboys.util.MyClass();