Hiyer,
I have a scrollplane running down the side of my page with thumbnail images.
I have converted these thumbnails to individual buttons and when each is clicked I want the full size image to appear on the other side of the screen.

What I have done so far is use
on (release) {
gotoAndStop(2);
}
*2 is the frame that i have placed the larger image in.

This works when I enable simple buttons but when I publish the movie the larger image does not appear.

This is all within a movie clip due to the use of the scroll plane.

Anyone know why it doesnt work when I publish it as a swf?
Thanks a lot