Dynamic Links - Problem Solved, then forgotten

Hello all,

I solved a problem a few months back and unfortunately while creating some updates for the site seem to have deleted the .fla that contained the solution and I can’t remember what it is. So here’s the set-up. I have a site with a main navigation bar, hitting a button launches a function that calls a localConnection that loads two swf’s into a container swf. OK, that’s working fine, the problem is a I have a shop that uses a different setup but the same navigation. So when you hit a button, instead of going back to the homepage and getting the default state if you hit, say “About Us”, you hit about us, go back to the main site and it loads the “About Us” set of swf’s.

So what I can’t remember is how I got this to work. Here is the code for shop navigation. It’s something to do with the getURL

Actions.aboutusFunction = function(){
getURL(‘http://www.oxygenplus.com/index.html?link=aboutus’);
};

Not sure what I might have deleted that made this work before. Thanks!