TweenMax into a swf, then others can use

hi guys!

i have a flash ( Flash CS4 - AS3 ) site with a loader.swf that loads 20 components ( 01.swf -> 20.swf ) . each component uses TweenMax with tweenings and functions and i know that TM is small ( and of course Awesome ), but when i import into each of the components the final sum-filesize ( .swf ) will be increased with 200-300 kbytes ( 20 x 10/15 kB ).

is there a way to compile the TM alone to a swf file ( example: tweenmax.swf ) and the loader loads the tweenmax.swf first, before the other components and the components can use TM without import and compile to each component swfs just refer to the TM at runtime ( like an element of the Runtime Shared Library ) ?
**
thanks any replies and suggestions.**