775
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.util
generates error 1141 if class
mx.com
is a compiled class.)
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.
Error
number
Message text
Содержание FLASH 8-LEARNING ACTIONSCRIPT 2.0 IN FLASH
Страница 1: ...Learning ActionScript 2 0 in Flash...
Страница 8: ...8 Contents...
Страница 18: ...18 Introduction...
Страница 30: ...30 What s New in Flash 8 ActionScript...
Страница 66: ...66 Writing and Editing ActionScript 2 0...
Страница 328: ...328 Interfaces...
Страница 350: ...350 Handling Events...
Страница 590: ...590 Creating Interaction with ActionScript...
Страница 710: ...710 Understanding Security...
Страница 730: ...730 Debugging Applications...
Страница 780: ...780 Deprecated Flash 4 operators...
Страница 830: ...830 Index...