I'm using Flex Builder more and more and attempting to create a fairly asset heavy application all in Flex Builder. I know how to publish or export Flash assets as SWC's so they are available in Flex Builder, but what if you have a button MovieClip with frame states in Flash, which is either exported or included in the swf published as a SWC, and you then want to associate a Class file created in Flexbuilder with this SWC asset?
I want to avoid unnecessary roundtripping...every time I need to make an edit to a Flash authored MovieClip class I would need to edit the Class and re -publish or reexport to a SWC so it is available in Flex Builder. ie I want to do ALL my coding in Flexbuilder while authoring graphical assets in Flash.