Loading an external swf with different lenght

Hi,

I have a problem with loading another swf from the main one.
In the main movie a have a button that can load another swf file, I use this code:

this.createEmptyMovieClip(“container”, this.getNextHighestDepth());
play_btn.onRelease = function(){
container.loadMovie(“story.swf”)
}

Is loading fine, but the problem is that the main movie has 230 frame, In the last frame I wrote:
getURL("[COLOR=#0000ff]http://www.myweb.com/home.asp",[/COLOR] window="_self")

The loaded movie (story.swf) has 1300 frame.
The issue is that also this movie at the 230th frame go to the url, I dont want that. I want that continue until the last one.

I am missing something and I dont know how fix it. Any help will be apreciate.

Thank you.

Regards,
Tom