Thanks Ben, but I still don´t get it to work. I´ve tried this: ExternalInterface.call(VarAICC_Lesson_Status.set('complete')); and this ExternalInterface.call("VarAICC_Lesson_Status.set('complete')"); But nothing seems to work. Can it be that this dosen´t work in offline mode in Lectora?
Best reguards
/E
Enfors said:Hi! I´m trying to send AICC_Lesson_Status from Flash to Lectora using the AS-code below, but I don´t get it to work. import flash.external.*; ExternalInterface.call("AICC_Lesson_Status.set('complete')"); Any suggestions anyone? Thanks! /E