Using ActionScript 3.0 Components |
|
|
|
| Working with Components > Working with component files > Component source files and Classpath | |||
Because the ActionScript 3.0 components have their code compiled in, you should not specify the location of the ActionScript class files in your Classpath variable. If you do include their location in the Classpath, it will increase the time required to compile your applications. However, if Flash finds component class files in your Classpath setting, the class file will always take precedence over the component's compiled-in code.
One time that you might wish to add the location of the component source files to your Classpath setting is when you're debugging an application with components. For more information see Debugging component applications.
|
|
|
|