PDA

View Full Version : missing fl.controls


aBnest
09-26-2007, 09:24 AM
I'm running flash CS3 on Max OS X

i got this message :1172: Definition fl.controls:TextInput could not be found.

senocular
09-26-2007, 10:28 AM
Make sure you have an instance of the TextInput component in your library

aBnest
09-26-2007, 10:44 AM
tnx senocular work now, but i still am confused.

A lot of the help files on ActionScript 3 do not mention the component in library "move" and shouldn't have been there a Controls folder in Configuration/ActionScript 3.0/Classes/fl/ ?

senocular
09-26-2007, 10:46 AM
Configuration/ActionScript 3.0/Classes/fl/ is only for non-component classes available for use in Flash. Component classes are precompiled and contained with the component itself. By having an instance in your library, you also have its class definitions. Help files assume that if you are using a component, you have it in your library

aBnest
09-26-2007, 11:03 AM
ok, tnx for the detailed info. :)