# Flash Site Problems

**URL:** https://forum.kirupa.com/t/flash-site-problems/8475
**Category:** flash
**Created:** [November 21, 2002, 11:19pm UTC](https://forum.kirupa.com/t/flash-site-problems/8475 "2002-11-21T23:19:30Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Cube](https://avatars.discourse-cdn.com/v4/letter/c/9fc348/32.png) [@Cube](https://forum.kirupa.com/u/Cube)
#### Post date: [November 21, 2002, 11:19pm UTC](https://forum.kirupa.com/t/flash-site-problems/8475/1 "2002-11-21T23:19:30Z")

</div>

Hi I just created a flash site and I am having problems with the buttons and linking them to other pages

Here is the error I am getting

Scene=Scene 1, Layer=B3, Frame=1: Line 1: Mouse events are permitted only for button instances  
on (release) {

Scene=Scene 1, Layer=B2, Frame=1: Line 1: Mouse events are permitted only for button instances  
on (release) {

Scene=Scene 1, Layer=B1, Frame=1: Line 1: Mouse events are permitted only for button instances  
on (release) {

as you can see I have three buttons I have a movie Clip instance named contents that is supposed to be linking the movies together

the code I am using to link the buttons is

on (release) {  
\_root.contents.loadMovie(“movie.swf”);  
}

Anyway any help would be good  
thanks Andrew

---

<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 21, 2002, 11:51pm UTC](https://forum.kirupa.com/t/flash-site-problems/8475/2 "2002-11-21T23:51:23Z")

</div>

sounds like you have your actionscripting on a frame inside your button, you should put it on the button it’s self.
