# Flash problem with links on page

**URL:** https://forum.kirupa.com/t/flash-problem-with-links-on-page/34942
**Category:** Uncategorized
**Created:** [November 8, 2003, 3:35am UTC](https://forum.kirupa.com/t/flash-problem-with-links-on-page/34942 "2003-11-08T03:35:52Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![sweaterplash](https://avatars.discourse-cdn.com/v4/letter/s/9fc348/32.png) [@sweaterplash](https://forum.kirupa.com/u/sweaterplash)
#### Post date: [November 8, 2003, 3:35am UTC](https://forum.kirupa.com/t/flash-problem-with-links-on-page/34942/1 "2003-11-08T03:35:52Z")

</div>

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](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](http://www.geocities.com/noxcandy/noxcandynews)”, “\_blank”);  
}  
ok can someone please help me out that would rule. thanks!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 8, 2003, 4:06am UTC](https://forum.kirupa.com/t/flash-problem-with-links-on-page/34942/2 "2003-11-08T04:06:06Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 8, 2003, 4:17am UTC](https://forum.kirupa.com/t/flash-problem-with-links-on-page/34942/3 "2003-11-08T04:17:00Z")

</div>

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

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

```

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 8, 2003, 4:17am UTC](https://forum.kirupa.com/t/flash-problem-with-links-on-page/34942/4 "2003-11-08T04:17:10Z")

</div>

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

> **[Yahoo Small Business - Cheap Domains, Web Hosting, Website Builder, Ecommerce...](https://smallbusiness.yahoo.com/)**
>
> Yahoo Small Business Offers Cheap Domain Names, Web Hosting, Easy Website Builder, Business Email, Local Listings, and Ecommerce Solutions for Your Small Business.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 8, 2003, 4:28am UTC](https://forum.kirupa.com/t/flash-problem-with-links-on-page/34942/5 "2003-11-08T04:28:55Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 9, 2003, 6:55pm UTC](https://forum.kirupa.com/t/flash-problem-with-links-on-page/34942/6 "2003-11-09T18:55:06Z")

</div>

Hey how do you upload flash to geocities anyways?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 9, 2003, 7:58pm UTC](https://forum.kirupa.com/t/flash-problem-with-links-on-page/34942/7 "2003-11-09T19:58:55Z")

</div>

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