Runtime Shared Library with relative path

hi guys!

i have a loader.swf and it loads a lib.swf then the main.swf ( and then about 10 swf-s ) . **( Flash CS4 - AS3 )
**
[CENTER][COLOR=DarkRed]the loader.swf is in the root and the others in the components dir[/COLOR]
[/CENTER]

i use RSL to save bandwith and i like RSL but when i use Relative path the loader.swf throws me…

*** Security Sandbox Violation ***
Connection to lib.swf halted - not permitted from http://www.domain.com/client/a/b/main.swf
-- Remote SWFs may not access local files.

i inserted…

Security.allowDomain('*')

into every swf files and same error…

[CENTER] in the** Sharing URL:** [COLOR=DarkRed]lib.swf[/COLOR]
[/CENTER]

BUT when i use Absolute path this error doesn’t thrown and everything is fine.

is it possible to use Relative path in my case because i really like to use Relative path because the future site changes…

thanks for replies.