Hello,
I would like to make a Flash Professional Component in Flash Builder.
This is a lot easier for code hinting and you don't have to use a FLA file.
Also you don't have to right click the component in the library and "export component SWC"
The ONLY difference i've seen in the swc file files between a Flash Professional Component and a Actionscript Library Project (created in Flash Builder), is 3 lines of code in the catalog.xml file.
<components> <component className="centomedia.components:CvPlayerComponent" name="CvPlayerComponent" icon="CvPlayerComponent_IconFile.png" /> </components>
Is this in any way possible?
Thanks for the help!