# Button does not work in PHP?

**URL:** https://forum.kirupa.com/t/button-does-not-work-in-php/296877
**Category:** flash
**Created:** [September 22, 2009, 7:02am UTC](https://forum.kirupa.com/t/button-does-not-work-in-php/296877 "2009-09-22T07:02:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Um\_Design](https://avatars.discourse-cdn.com/v4/letter/u/ecb155/32.png) [@Um\_Design](https://forum.kirupa.com/u/Um_Design)
#### Post date: [September 22, 2009, 7:02am UTC](https://forum.kirupa.com/t/button-does-not-work-in-php/296877/1 "2009-09-22T07:02:30Z")

</div>

Hi,

I have made button and by it self it, when I test it on my computer works.  
But there is problem now: when I insert this .swf on my site, to me works, but all other visitors can not click on it, it doesnt work to them.

Why is this happening?

This is my script:

```auto
on (rollOut) {
	prevFrame();
}
on(release){
getURL("http://www.humagum.com/index.php?option=com_ccboard&view=forumlist&Itemid=97", "_self"); 
}

```

You can se this live here: [Click on link](http://www.humagum.com) - just press on the “Forum” or “Kontakt” under big black banner.

Like I said, to me works on my laptop or desktop computer, but to visitor it doesn’t work…
