Flash CS3 Professional. Dropped in Adobe Animate.
fl.resetPackagePaths()
None.
Dropped in Adobe Animate. Method; resets the global Classpath setting in the ActionScript 2.0 Settings dialog box to the default value. To reset the ActionScript 3.0 global Classpath, use fl.resetAS3PackagePaths().
The following example resets the ActionScript 2.0 Classpath setting to its default value.
fl.resetPackagePaths();