This Read Me file only applies to the classes found in the user-specific Local Settings folder, not the classes found in the First Run folder. The contents of the First Run folder are copied to the Local Settings folder on the first launch of Adobe® Flash® CS3 Professional software.
The Classes folder that contains this Read Me file is part of the default classpath used by the ActionScript™ 2.0 language compiler in Flash CS3 Professional. Flash CS3 Professional displays the default classpath in the ActionScript 2.0 Settings dialog, which is available from the ActionScript category in the Preferences dialog.
The Classes folder contains seven items:
The Classes folder is represented in the classpath by the entry $(LocalData)/Classes. However, that entry presents a special case. Unlike all other classpath entries, which map to a single target folder, the $(LocalData)/Classes entry is mapped internally by the compiler to the following target folders:
While the FP7, FP8 and FP9 folders may resemble packages, they are not packages; they are simply normal folders that are conditionally included in the classpath by the compiler. This is an intentional deviation from the typical behavior of the classpath, and is the only such special case of its kind made by the ActionScript 2.0 compiler.
Examples when publishing to Flash Player 9:
Classes\FP9\MovieClipLoader.as maps to class MovieClipLoader.as.
Classes\FP8\TextField\StyleSheet.as maps to class TextField.StyleSheet.
Classes\mx\accessibility\AccImpl.as maps to class mx.accessibility.AccImpl.