Internet says to add
import fl.controls.Combobox
But FLex says that there is no class called fl.controls
which is the equivalent class in flex
Internet says to add
import fl.controls.Combobox
But FLex says that there is no class called fl.controls
which is the equivalent class in flex
You cannot import fl.*
classes to a Flex application, and you cannot import mx.*
classes to a Flash application - those are platform specific if you will. Only flash.*
classes can be used irrespective of the platform.
Use the flex combo box as already suggested, or export the flash combo box to an SWC and give it a shot.
This shouldn't be an issue if you're using Flex as just an editor - that is if you're not compiling your AS files using Flex. The only problem would be that you won't get auto-complete for fl
classes. You can just ignore the flex errors and compile it using flash.