Why is this happening!?

If you go to my site (It’s under construction) the buttons on my splash screen have started to behave in a very wierd manner. It asks if you want to save the shockwave object, and then won’t let you if you try. I have a standard getURL on them and is supposed to take you to the main.

http://www.geocities.com/fargatestudios

Exactly, lemme see your code.

what the…I just went to my site splash and it’s working all of sudden… I didn’t modify my site at all! Why would this have been happening before…? Lol…This really has me confused. Does anyone else experience any problems while trying to get to the main site?

The only problem now seems to be you have to click on my skip intro button several times before it finally loads the main. How could I fix that? The enter site has the same code and it works perfectly! :h:

Here’s the standard url script I’m using…

[AS]
on(release) {
getURL( “http://www.geocities.com/fargatestudios/main”)
}
[/AS]

There are no errors in it as far as I can see…