fl.resetAS3PackagePaths()

#### Availability

Flash CS3 Professional.

#### Usage

fl.resetAS3PackagePaths()

#### Parameters

None.

#### Description

Method; resets the global Classpath setting in the ActionScript 3.0 Settings dialog box to the default value. To reset the ActionScript 2.0 global Classpath, use fl.resetPackagePaths() - dropped (../flash_object_(fl)/fl60.md).

#### Example

The following example resets the ActionScript 3.0 Classpath setting to its default value.

javascript
fl.resetAS3PackagePaths();


#### See also

fl.as3PackagePaths (../flash_object_(fl)/fl2.md)

<span id="fl.resetPackagePaths()_-_dropped" class="anchor"></span>