You can pass variables to lectora using Javascript. If it's complex you may want to look into the flash 8 external interface, if it's simple you can make javascript calls using getURL. One possible solution would be to call trivExitPage - then only problem is that rather than a page number you'll have to hard code in all of the page URL's but it's worth a try:(in flash)my_mc.onRelease = funciton(){getURL("javascript:trivExitPage 'index.html' ,true)");}