Not strictly a comp Q but...

In many of the framework AS files they use things like - 
include "../styles/metadata/BorderStyles.as" - as short hand/labour 
saving to bring in common metadata declarations.

How can I do the same thing in my component?

Of course I know I could copy the file to my own local folder, but what 
I am asking is, is there a short cut way to write the path reference so 
that the compiler can find the same actual framework file i.e.

include "FRAMEWORK_SOURCE_ROOT/mx/styles/metadata/BorderStyles.as" 

tks



Reply via email to