Topic: trivNextPage(); not working

Thank you for pointing this out. We've ran into similar problems where some of us had issues and others did not. Now we know it was probably flash player versions.I found this article: http://www.northcode.com/blog.php/2007/09/11/FSCommand-and-g etURL-Bug-in-Flash-Player-9"If you make two or more getURL (AS2) or navigateToURL (AS3) calls in the same frame, only one of the getURL calls will work, the others seem to be swallowed up by the Flash player, never to be seen again."So if this is true, a flash frame with buttons using getURL('javascript:trivNextPage()'); and getURL('javascript:trivPrevPage()'); wont work right.This is an ugly fix... But try having your buttons take you to a new frame when pressed, and on the timeline of the new frame place a single getURL().

Discussions have been disabled for this post