776 Error Messages
1166 The class being compiled, ‘<A.b>’, does not match the class that was
imported, ‘<A.B>’.
(This error occurs when a class name is spelled with a different case from an
imported class. For example, compiling class
mx.com.util generates error
1166 if the statement
import mx.Com appears in the util.as file.)
1167 You must enter a class name.
1168 The class name you have entered contains a syntax error.
1169 The interface name you have entered contains a syntax error.
1170 The base class name you have entered contains a syntax error.
1171 The base interface name you have entered contains a syntax error.
1172 You must enter an interface name.
1173 You must enter a class or interface name.
1174 The class or interface name you have entered contains a syntax error.
1175 ‘variable’ is not accessible from this scope.
1176 Multiple occurrences of the ‘get/set/private/public/static’ attribute
were found.
1177 A class attribute was used incorrectly.
1178 Instance variables and functions may not be used to initialize static variables.
1179 Runtime circularities were discovered between the following classes: <list of
user-defined classes>.
This runtime error indicates that your custom classes are incorrectly
referencing each other.
1180 The currently targeted Flash Player does not support debugging.
1181 The currently targeted Flash Player does not support the
releaseOutside event.
1182 The currently targeted Flash Player does not support the dragOver event.
1183 The currently targeted Flash Player does not support the dragOut event.
1184 The currently targeted Flash Player does not support dragging actions.
1185 The currently targeted Flash Player does not support the loadMovie action.
1186 The currently targeted Flash Player does not support the getURL action.
1187 The currently targeted Flash Player does not support the
FSCommand action.
Error
number
Message text