# Button URL Links work in SWF, but not on HTML Page? help please

**URL:** https://forum.kirupa.com/t/button-url-links-work-in-swf-but-not-on-html-page-help-please/268451
**Category:** flash
**Created:** [August 13, 2008, 11:30pm UTC](https://forum.kirupa.com/t/button-url-links-work-in-swf-but-not-on-html-page-help-please/268451 "2008-08-13T23:30:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ryanjockharvard](https://avatars.discourse-cdn.com/v4/letter/r/a6a055/32.png) [@ryanjockharvard](https://forum.kirupa.com/u/ryanjockharvard)
#### Post date: [August 13, 2008, 11:30pm UTC](https://forum.kirupa.com/t/button-url-links-work-in-swf-but-not-on-html-page-help-please/268451/1 "2008-08-13T23:30:25Z")

</div>

i have a problem.

i have a button on my flash clip, and i have linked it to a url using the get url method as follows:

on (release) {  
getURL(“[http://www.yahoo.com](http://www.yahoo.com)”,"\_self",“GET”);  
}

when i test the SWF file in flash, the button opens up a new web page.

However, when i publish the file in Flash, and then open the HTML file and click the button, the webpage will not open.

what am i supposed to do, i need help now!
