Flash CS4: Can't find it's built in classes!
I am using CS4. I am finding that I can't import any built in classes other than
those in the Flash package (e.g. MovieClip, TextField). I can not import, for
example, fl.controls.Button. When I write that statement in a script I get an
error:
import fl.controls.Button;
"1172: Definition fl.controls:Button could not be found."
I have found the location of the class paths folders (C:\Documents and
Settings\user\Local Settings\Application Data\Adobe\Flash
CS4\en\Configuration\Classes\) but adding these paths in the AS3 prefs doesn't help, because I
then get a new error related to the Object.as class file within the FP8 folder in that folder:
"5007: An ActionScript file must have at least one externally visible
definition."
This is a recent problem. I would like to reset the program to whatever it was
when it was installed, since it behaved normally when I first installed it.
Otherwise, the program is essentially unusable for doing almost anything with action script
Any help would be greatly appreciated.
Chick