I have this exact same problem. Please any help would be great.
www.nickschrunk.com/uni/international_final
Take page "8" for example Where a link on the previous page on that side of the spread (page 6 in this example) the hyperlink is showing up from that page even thou it is no longer being displayed. If you mouse over that particular area of page 8 the hyperlink from the previous left side of the spread is still active.
I dont understand why this would be the case. I am using the provided actionscript for my buttons.
on (release) {
getURL("http://www.google.com", "_blank");
}
on (rollOver) {
book.flipOnClickProp = false;
}
on (rollOut) {
book.flipOnClickProp = true;
}
Thank you for your help. This will save my project if I can get your feedback!