Shared Actionscript library

Hi

I am developing an Actionscript library (bunch of Actionscript classes offered as “.as” files) offering a non-UI functionality. These are more like data structures. The users are expected to create .fla files and use the published Actionscript library.

If I understand right, there is no way to publish this Actionscript library as a shared library. I mean something like a dynamically linked library supported in other environments. In other words, I do not want my Actionscript library to statically link with .fla file. This is because I may change the internal implementaion of the library, but do not want the content developers to republish their contents (just because I changed a line of code inside one of my .as file function). Can you please suggest if this is possible to achieve? If yes, pl guide me how can I do that?