Linking to ActionScript source files

Hello,

I am new to actionscript 3 and using source files. That being said I have the unfortunate problem of trying to use a CMS to import swf files. These swf files currently access source files through the standard code of:

import com.greensock.;*

and all works fine when testing on my machine because the swf is next to the file folder * com.greensock*

what I need to figure out is, is it possible to reference the com.greensock folder as an absolute URL e.g. (http://www.examplewebsite.com/com/greensock) or is there another workaround I am not seeing?

any help you can provide is greatly appreciated

Thank you