Flash button link.

I need to put ActionScript to a button (within the .fla) that will allow me to link to the next Lectora page. Is anyone familiar with the ActionScript that is required to do this? Thanks. I need to put ActionScript to a button (within the .fla) that will allow me to link to the next Lectora page. Is anyone familiar with the ActionScript that is required to do this? Thanks.

Discussion (2)

Flash has an action script getURL which will go to any web address. You can use this to call the Lectora javascript functions that it creates for you on the html published pages: trivPrevPage() and trivNextPage().Here is an example title of how to do this:2004-12-29_144540_FlashNavWithLectora.zipNote that it will only work once the content is published to html and viewed in the web browser.

Those flash buttons worked great for me (I believe it was at Aaron's suggestion) when the html buttons within publisher would freeze when a flash item on the page was loading.Here is what I have for the actionscript on my buttons to go to a specific page:on(release){ getURL("javascript:trivExitPage('page_name_goes_here.html',t rue)"); }Hope this helps,KevinMcKinney, TXEdited By: kstagg on 38401.4190162037

Discussions have been disabled for this post