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.