Is there a way to make FlexBuilder recognize my MovieClips?

Hi,

Although I’ve worked before in relatively complex Flash projects with a great deal of AS2 programming, I’m having my first steps in AS3.

I’m trying Flex Builder 3 as an AS editor for my AS files. My problem is that I have some classes that are linked to library MovieClips and access some properties (a text field, for instance) that are created on the library movieclip (thus aren’t declared on the class itself).

Is there a way to refer to the assets created on a FLA file within a Flex (Actionscript type) project?

Best regards.