# Loading External jpgs ontop of Flipbook

**URL:** https://forum.kirupa.com/t/loading-external-jpgs-ontop-of-flipbook/285600
**Category:** flash
**Created:** [April 2, 2009, 8:09pm UTC](https://forum.kirupa.com/t/loading-external-jpgs-ontop-of-flipbook/285600 "2009-04-02T20:09:23Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![spectsteve7](https://avatars.discourse-cdn.com/v4/letter/s/ecc23a/32.png) [@spectsteve7](https://forum.kirupa.com/u/spectsteve7)
#### Post date: [April 2, 2009, 8:09pm UTC](https://forum.kirupa.com/t/loading-external-jpgs-ontop-of-flipbook/285600/1 "2009-04-02T20:09:23Z")

</div>

I’m using a flash flipbook component. I have a page that is an swf with in the book. That page has a button on it which loads another swf on level 1 of the main flipbook swf. This works fine. My problem is when that swf loads ontop of th main flipbook swf the page tries to curel. I know that when you have in page buttons you should use

on (rollOver) {  
\_root.mybook.flipOnClickProp = false;  
}  
on (rollOut) {  
\_root.mybook.flipOnClickProp = true;  
}

If any one could help me out with this that would be great.
