Are you still compiling in flash? or the command line? If you are compiling with the command line compiler I know you can just say new ComboBox(); I think it should work the same for if you are compiling in flash but you have to use the flash components. I dont think they have a comboBox.
If you are wanting to run flex components in flash then you will need to make write classes that call the flex components and then compile that into a swf with the command line compiler and then load that swf into flash. From there you can call the classes and create your components on the fly. Hope this helps, -Tyler On Mar 19, 2008, at 1:46 PM, Schell wrote: > Hi, my name is Schell and this is my first ? through the osflash > mailing list, although I've been lurking for a while. I've scoured the > blogosphere for the answer to this one but I haven't found a clear > answer yet. I like using TextMate for my as3 projects and even though > I have Flash CS3, I don't use it much. My problem is that I'd like to > use components [like the Button class, ComboBox class etc.] but I'm > not completely sure how to get them into my project. I know simply > including the classes isn't enough and I've been contemplating making > swc's or swf's with instances of the components and then loading them > but I don't want to waste a lot of time beating around the bush if > there's a better way. Does anyone have suggestions? > > -- > Schell Scivally > 600 Santa Rosa Ave. > Santa Rosa, CA > 95404 > [EMAIL PROTECTED] > http://blog.efnx.com > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
