Get Variable - Flash Comand

Depending on what you are wanting to do. You could do something like this.As Hemmingway stated the on Done Playing event "is a little sketchy." To get around this you can do something like this.Set up an action group of what you want to do when you the animation is over. Then check the html name (you can turn it on in Lectora preferences) of the action group. For this example I'll call it og1234.You can then run the action group by using similar code above at the end of flash:

Code:

import flash.external.*; ExternalInterface.call("runGroup_og1234();");

This will then tell Lectora to run the action group that you have defined. Be it, go to the next page, run another group or whatever you have in that action group.Edited By: Xithis on 2008-5-13 16:2:55

Discussions have been disabled for this post