Dear All,
I'm experimenting with the ExternalInterfaceCall method to communicate from Flash (swf) to Lectora.
I used the following AS2 code, but it doesn't work.
return_btn.onPress = function() {
if (room2Status == true) {
flash.external.ExternalInterface.call("VarSection2Status.set", "true");
flash.external.ExternalInterface.call("action2960");
flash.external.ExternalInterface.call("runGroup_og2967");
}
}
Suggestions?