Executing an action with a Flash button

Depednign on where you want it to go:

Code:

import flash.external.*;bn_Object.onRelease = function(){ ExternalInterface.call("trivNextPage()");}

Replace trivNextPage() with these actions for more control:Previous Page: trivPrevPage();A specific page: trivExitPage('thelocation.html', true);

Discussions have been disabled for this post