Button does not work in PHP?

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:

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 - 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…