Buttons not linking correctly
Hi,
I am working on a file someone else created with flash. The site is http://www.fostersfreeze.com. This was created with frames in dreamweaver and the nav bar and index page movie are swf files. When you click on the pages in the nav bar it redirects to the index page. It does this the majority of the time and every now and again when you click it will go to the actual page.
The way it is set up in dreamweaver, it has the nav movie in the top frame and the content in the bottom. All I did was change the old i.p address to the domain name because our host changed. I did nothing else and then this started not working correctly. I have checked and double checked all links in flash and they work from the swf but when it is loaded in the browser it does that weird linking to the index again.
This is the code in flash to link to the pages:
on(release) {
getURL("http://www.fostersfreeze.com/Food.html","_top");
}
At first I thought it might be the "top" thing telling it to load on the top frame but if that were the case then why does it work on some pages and others not?
Also, this is published in flash6 but I am using Flash CS3 to edit.
I would appreciate any help. I don't know what else to try.
Thanks in advance