View Full Version : missing fl.controls
aBnest
September 26th, 2007, 10: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
September 26th, 2007, 11:28 AM
Make sure you have an instance of the TextInput component in your library
aBnest
September 26th, 2007, 11: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
September 26th, 2007, 11: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
September 26th, 2007, 12:03 PM
ok, tnx for the detailed info. :)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.