Error
Message text
number
1141
The name of this class, '<A.B.C>', conflicts with the name of another class that
was loaded, '<A.B>'.
(This error occurs when the ActionScript 2.0 compiler cannot compile a class
because of the full name of an existing class is part of the conflicting class'
name. For example, compiling class
mx.com
1142
The class or interface '<Class or Interface Name>' could not be loaded.
1143
Interfaces may only be defined in external ActionScript 2.0 class scripts.
1144
Instance variables cannot be accessed in static functions.
1145
Class and interface definitions cannot be nested.
1146
The property being referenced does not have the static attribute.
1147
This call to super does not match the superconstructor.
1148
Only the public attribute is allowed for interface methods.
1149
The import keyword cannot be used as a directive.
1150
You must export your Flash movie as Flash 7 to use this action.
1151
You must export your Flash movie as Flash 7 to use this expression.
1152
This exception clause is placed improperly.
1153
A class must have only one constructor.
1154
A constructor may not return a value.
1155
A constructor may not specify a return type.
1156
A variable may not be of type Void.
1157
A function parameter may not be of type Void.
1158
Static members can only be accessed directly through classes.
1159
Multiple implemented interfaces contain same method with different types.
1160
There is already a class or interface defined with this name.
1161
Classes, interfaces, and built-in types may not be deleted.
1162
There is no class with this name.
1163
The keyword '<keyword>' is reserved for ActionScript 2.0 and cannot be
used here.
1164
Custom attribute definition was not terminated.
1165
Only one class or interface can be defined per ActionScript 2.0 .as file.
is a compiled class.)
generates error 1141 if class
mx.com.util
775
Need help?
Do you have a question about the FLASH 8-LEARNING ACTIONSCRIPT 2.0 IN FLASH and is the answer not in the manual?
Questions and answers