Thank you, now the ADL test suite it registering that suspend data call...but I am getting an error when it calls, this is the error: "LMSSetValue(cmi.suspend_data,VarFlashSuspend=%7E%7E%7Enull% 7E%7E%7E;)"It is returning a null for some reason...I know it's something simple. Here is what I did, per your instructions. 1. In Lectora I made an action with a new variable named FlashSuspend. (I left the Value field blank) and I put retain variable between sessions.2. In flash I declared a variable:var suspend = VarFlashSuspend.set( suspend )(this may be the step i'm messing up)3. I used this actionscript to get it into Lectora getURL("javascript:window.document.swfanim78.SetVariable('su spend', VarFlashSuspend.getValue()");In flash the combo box is still showing the correct selection in that dynamic text box I named suspend, so at least that part is still working right. Now if I could just get the name that appears there into the suspend data field that would be it!! Thanks for all your help!