Import external class with Flex SDK..?

Hello,

I’m using Textmate to complile AS3.0 code. I need to import an external class library that isn’t relative to the project or document root. It’s a directory called “agd” which is in this this location of the Flex SDK installation directory:

frameworks/libs/agd

I’ve udated the flex-config xml file so that it looks in that location for the classes

<source-path>
<path-element>libs/agd</path-element>
</source-path>

In my class I’ve use the this import statement:

import agd.utils.StatusBox

When the code compiles, it seems to be able to navigate to “agd.utils” but can’t find the actual class, “StatusBox”

… I’m sure there’s something very basic that I’m missing out?

I’d really appreaciate some help from anyone who might be able to point me in the right direction… thanks very much :slight_smile: