Executing an action with a Flash button
May 30, 2008 12:00 AM
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