Hello, I'm trying to load RSL from a relative path: MainApp.swf - my main app MyRsl.swf - my rsl
Now, it happens to be that the main application is being loaded from url like this: http://www.myDomain.com/swf/MainApp.swf which loads--> http://www.myDomain.com/swf/MyRsl.swf However, the swf is embedded in another path: http://www.myDomain.com/swf/index.php/index.html The MainApp.swf however tries to load the rsl from http://www.myDomain.com/swf/index.php/MyRsl.swf This is obviously a wrong path and since the path is given at tcompile time I can't seem to be able to point it to the swf relative path. Any ideas of how to use the swf path instead of the page path without specifying an absolute location ? Thanks in advance, Almog Kurtser. Almog Kurtser.

