I have a framework located in an arbitrary location on my disk. I can use the Flex Builder BuildPath to specify the locations of my classes within that framework and can reference them without problem in my project.
But when I use a Script tag, it seems that the "source" property does not use the BuildPath, but must be a hard coded path relative to the file being compiled. In 1.5, setting <actionscript-classpath> DID work for Script source. Am I just doing something wrong, or is this known, expected behavior? Tracy

