Hi there everyone, so what I am trying to do is get Flash to communicate to Lectora so that it knows which frame the learner is currently on in a flash file and retain that information so when a learner leaves the page and returns to it afterwards it remembers this frame and puts the learner on the frame they were previously on.
To do this I have been using flash.external.ExternalInterface.call("VarvarName.set()"); when they click a button that registers the frame they are going to and passes it to lectora as well as using var myFrame = flash.external.ExternalInterface.call("VarvarName.getValue()"); to then grab the frame number I stored to the variable earlier and go back to that frame. I seem to have all the code and logic down but it just won't seem to get the value I have stored. If anyone can help out with this or provide some examples I would greatly appreciate it!