Flash to Lectora not working

OK, I have scoured the forum and have found multiple answers to this question, none of which work for me:How do I have my Flash file communicate with Lectora?I want my Lectora inactive button (an image) to hide when the Flash file is done playing (when I indicate in the ActionScript). I am publishing in Flash Player 7 (required by my company), using Lectora 9 and publishing in AICC but reviewing by clicking on the published HTML files.For testing purposes, I have put the AS code in the last frame of a very short Flash file, so I should see the change right away.Based on what I have found in the community, I have tried the following, all to no avail:1. Javascript to set a Lectora variable.Flash AS: getURL("javascript:VarEndAll.set('1')");Lectora variable: EndAll = 0Lectora image action: On - Show, Action - Hide, Target - next_btn_inactive, Condition - EndAll Equal to 12. Javascript to set the variable in Flash and have Lectora "check" for the variable every second.Flash AS: EndAll =1;Lectora variable: EndAll = 0Lectora page action: On - Timer, Action - Flash Command, Target - [swf file], Command - Get Variable, Name - EndAll, Variable: EndAll3. Flash "calling" an action using External Interface.Flash AS:import flash.external.*ExternalInterface.call("image102.actionHide()");ORonEnterFrame = function(){ ExternalInterface.call(" image102.actionHide()");}ORswfname.onEnterFrame = function(){ if(this._currentframe==t his._totalframes){ ExternalInterface.call("image102.actionHide()"); }}Is my code messed up? Am I missing some basic piece? Will it work in the LMS/AICC environment, but I just can't see it in the HTML? Am I just doomed to not get this to work? Please, please help, I am getting so frustrated that everyone else seems to be able to get this to work, but I can't. I would sincerely appreciate any assistance on this topic that I know has been covered over and over again. Thank you!!!Edited By: Laurel7 on 2009-3-13 13:4:7

Discussions have been disabled for this post