Answer the question
In order to leave comments, you need to log in
Why doesn't my ActionScript 3.0 program work?
Please explain what is the problem. The program uses fl.controls.ComboBox
, FlashDevelop issues:
Error: Definition fl.controls:ComboBox could not be found.
Answer the question
In order to leave comments, you need to log in
Probably, in the program you connected the ComboBox library, if you believe the error, like:
fl.controls:ComboBox
and you need:
fl.controls.ComboBox
Well, that is, a dot was put instead of a colon.
Perhaps I'm wrong, and ActionScript3 gives an error with a colon, although you wrote everything correctly in the code, xs.
In this case, check that the ComboBox class is located exactly in the directory in which you specified in the imports. Since the error tells you that it cannot find it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question