Passing values from Flash to Lectora
May 23, 2005 12:00 AM
I am trying to create a boolean variable in Flash and have it send that value to Lectora. The value is changed to true when a user clicks on a button on flash. Lectora then checks the value to show if the user has been clicking through out the flash movie.I looked at the Variables and Flash topic but the code was tailored for passing a variable INTO Flash. This is what my actionscript looks like now...on (release) { gotoAndPlay("but2"); fl_1 = true; getURL ("javascript:window.document.swfanim51.SetVariable('fl_1', LMSGetValue('cmi.suspend_data'))"); }I am by no means an ActionScript pro so any help would be great. Thanks.
Discussions have been disabled for this post