777
1188
Import statements are not allowed inside class or interface definitions.
1189
The class ‘<A.B>’ cannot be imported because its leaf name is already
resolved to the class that is being defined, ‘<C.B>’.
(For example, compiling class
util
generates error 1189 if the statement
import mx.util
appears in the util.as file.)
1190
The class ‘<A.B>’ cannot be imported because its leaf name is already
resolved to a previously imported class ‘<C.B>’.
(For example, compiling
import jv.util
generates error 1190 if the statement
import mx.util
also appears in the AS file.)
1191
A class’ instance variables may only be initialized to compile-time
constant expressions.
1192
Class member functions cannot have the same name as a superclass’
constructor function.
1193
The name of this class, ‘<ClassName>’, conflicts with the name of another
class that was loaded.
1194
The superconstructor must be called first in the constructor body.
1195
The identifier ‘<className>’ will not resolve to built-in object ‘<ClassName>’
at runtime.
1196
The class ‘<A.B.ClassName>’ needs to be defined in a file whose relative path
is <‘A.B>’.
1197
The wildcard character ‘*’ is misused in the ClassName ‘<ClassName>’.
1198
The member function ‘<classname>’ has a different case from the name of the
class being defined, ‘<ClassName>’, and will not be treated as the class
constructor at runtime.
1199
The only type allowed for a for-in loop iterator is String.
1200
A setter function may not return a value.
1201
The only attributes allowed for constructor functions are public and private.
1202
The file 'toplevel.as', which is required for typechecking ActionScript 2.0,
could not be found. Please make sure the directory '$(LocalData)/Classes' is
listed in the global classpath of the ActionScript Preferences.
1203
Branch between <spanStart> and <spanEnd>> exceeds 32K span.
1204
There is no class or package with the name '<packageName>' found in
package '<PackageName>'.
1205
The currently targeted Flash Player does not support the
FSCommand2 action.
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...