Flash to Lectora not working
March 13, 2009 12:00 AM
Ok it sounds like you are running into local security issues when trying to run the actionscript code. (this happens when publishing to versions lower than flash 8, and your player is flash8+)Put it up on a webserver and try again, not locally.The code you want to use it (I tweaked yours):this.onEnterFrame = function(){if(this._currentframe==this._totalframes){ getURL("javascript :image102.actionHide();"); } }ExternalInterface.call is a function that starts being available to you in Flash 8+ not Flash 7 so these calls won't work.Edited By: Xithis on 2009-3-13 14:51:19
Discussions have been disabled for this post