In your flash file you will need to put this code on your movieclips:on(release){ getURL("javascript:trivExitPage('index.html',true)");} or if you are referenceing them by instance name somewhere:my_mc.onRelease = function(){getURL("javascript:trivExitPage('index.html',true)");}only replace index.html with the html page name you need to navigate to. Hope that helps.Oh, and you will need to publish to flash player 7 - and this only works when publishing to HTML or SCORMEdited By: Hemingway on 2007-12-7 12:46:45