Activate next btn after Flash finished

Hemingway wrote:

There is post about it here: http://community.trivantis.com/forum_posts.asp?TID=5422&KW=a ctionHideIf you are using flash player 7 or below you can try the getURL method mentioned. If you are using flash player 8 or 9 with AS2 use the ExternalInterface method. If you are using flash player 9 AS3 let me know and I'll dig up the code for it. Thank you, Hemingway. I use Flash 9 and AS2.I've tried out the method providing from the discussion thread you gave. I hided the next button in Lectora and then added a button in Flash to call the next button in Lectora to be shown. It didn't work: import flash.external.*; mybutton.onRelease = function(){ ExternalInterface.call("objectName.actionS how();"); } I thought maybe I didn't get the right objectName. I used the properties name in Lectora. Is that as the same name as the HTML name of the object?

Discussions have been disabled for this post