Send ComboBox Info to Suspend Data Field

Lectora uses the suspend data to store all retained variables ... so if you explicitly update the cmi.suspend_data value in the LMS, you will overwrite what Lectora is doing. What you should do is create you own Lectora Variable and marke it as retain variable values between sessions.Name the variable something like FlashSuspend. Lectora when publishing will refer to the variable as VarFlashSuspend.Your actionscript action should be VarFlashSuspend.set( suspend ). Make sure to put a dummy action on the page that refers to your variable name so Lectora writes it on the page. To get the data into your flash piece, use: getURL("javascript:window.document.swfanim78.SetVariable('su spend', VarFlashSuspend.getValue()");By using Lectora to store/retrieve the value into FlashSuspend ... you know it will be retained in the LMS, and saved/loaded properly for you.Tim V

Discussions have been disabled for this post