# Flip book problem

**URL:** https://forum.kirupa.com/t/flip-book-problem/259626
**Category:** flash
**Created:** [May 7, 2008, 10:06am UTC](https://forum.kirupa.com/t/flip-book-problem/259626 "2008-05-07T10:06:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![thehappyappy](https://avatars.discourse-cdn.com/v4/letter/t/4bbf92/32.png) [@thehappyappy](https://forum.kirupa.com/u/thehappyappy)
#### Post date: [May 7, 2008, 10:06am UTC](https://forum.kirupa.com/t/flip-book-problem/259626/1 "2008-05-07T10:06:04Z")

</div>

I’ve been using the flip book that is at [http://www.iparigrafika.hu/](http://www.iparigrafika.hu/). It’s great and works really well, but I’m having a problem with the buttons. The button to return to beginning works if I preview it in FlashPlayer or in a browser, but when I upload it to the internet it doesn’t work in any browser. I don’t understand why. The code I’ve used to get it to return to the first page is:

```auto
on(release) {
	_root.gotoPage(1,true);
}

```

The only difference between the file on my computer and the one I uploaded is that on the interent the file is loaded into another swf using:

```auto
loadMovie("portfolio.swf", this.book_mc);

```

Thanks
