bm.jw.nd
05-17-2004, 12:59 AM
was wondering i anyone can help me with this:
i have a navigation banner in flash, with button instances linking to pages in an iframe called 'main'. my actionscript for each button instance is as follows:
on (release) {
getURL("home/home.html","main");
}
and the buttons are DEFINATLY buttons, yet when i export the movie to swf it tells me in output:
Scene=Scene 1, Layer=home, Frame=64: Line 1: Mouse events are permitted only for button instances
on (release {
but the mouse event is on a button instance!
this was working a few days ago, and then just started saying this. any ideas?
i have a navigation banner in flash, with button instances linking to pages in an iframe called 'main'. my actionscript for each button instance is as follows:
on (release) {
getURL("home/home.html","main");
}
and the buttons are DEFINATLY buttons, yet when i export the movie to swf it tells me in output:
Scene=Scene 1, Layer=home, Frame=64: Line 1: Mouse events are permitted only for button instances
on (release {
but the mouse event is on a button instance!
this was working a few days ago, and then just started saying this. any ideas?