Flash path problem

Hi Everyone,
Can someone please give me information on whether any workaround is available for Flash that is called from another site to load a sub flash movie.

I know the question sounds confusing so i have given an example below for understandability.

on domain one www.something.com
first.swf (loads second.swf using loadMovieNum(second.swf,1))
second.swf

on domain two www.another.com
first.html

(first.html calls through html <param name=“movie” value=“http://www.something.com/first.swf” />)

However first.swf is not able to load second.swf located in same path whereas it searches for second.swf to be located in another.com where first.html resides.

Is there any workaround on this or am i stuck with it. So then i would have no option but specify loadMovieNum(http://www.something.com/second.swf) and so on

Awaiting any reply soon.