Flash problem with links on page

ok im workin on a website and i have 4 buttons on it all assigned to seperate text html pages. THe problem is the links on 3 of the buttons, when pressed go to the correct corresponding html page, however one of them instead of going to the assigned page, opens a would you like to down this file dialouge, and does not go to the page. The problem im having is the fact that the broken button is assigned with a link the exact same way as the other working ones, and if i type in the address of the page it is trying to link to, the page opens correctly by itself. Try it, the address is http://www.geocities.com/noxcandy/noxcandynews.html
also the script for the link in flash is:
on (release) {
getURL(“http://www.geocities.com/noxcandy/noxcandynews”, “_blank”);
}
ok can someone please help me out that would rule. thanks!

the links seem to be fine… :smiley: the mp3 and links section is not available tho… :tb:

the problem, is that you are not requesting a page. you’re missing .html after your page name. :wink:

on (release) {
getURL("http://www.geocities.com/noxcandy/noxcandynews.html", "_blank");
}

fixed! all i had to do is add “.html” at the end of noxcandynews in the flash script. Wow, hey check out the site so far anyway

probably just need to look at it with different eyes =)

Hey how do you upload flash to geocities anyways?

Use their upload page and upload the SWF files and the HTML files?