AS 1.0 / 2.0 Nav Button Issue

Hello Everyone… I’ve been beating my head against the wall, trying to figure out what’s wrong with the file I’m working on, to no avail. I’m hoping someone might be able to shed some light.

I’m currently linking site navigation for a friend who is using a Flash template for her navigation. The Flash file for the site is developed in AS 1.0 / 2.0. I have the menu working perfectly when “tested” in Flash CS3. However, when I upload the .swf file to her site server, the navigation fails to direct to the correct pages as it does when tested.

I have attempted putting an “action” layer in the main timeline, using name_btn.onRelease = function() {getURL ("","");}… which doesn’t work.

Each navigation button was created as a movie clip… accessing the movie clip file, I am able to put the following on the button itself (below the action for the button action - on(rollOver) gotoAndPlay()…etc.)…

on(release) {getURL ("","");}… which is what’s working in the “test” but not when used in the main site.

I’m at a loss. :h:

Any incite is GREATLY appreciated. Thank you… ~Corinne