Activate next btn after Flash finished
September 24, 2008 12:00 AM
Try this:
Then in Lectora go to the parameters tab of your flash movie and add this parameter:Name: allowScriptAccessValue: alwaysAlso, in the external interface call above "objectName" needs to be replaced with the name Lectora will generate for the object. To find this, go to File --> Preferences and in the general tab make sure "Show HTML-published object names in object properties" is checked. Press OK and go to the properties of your object. In the top right of the general tab you'll see something like HTML name:image1234 - so you would replace "objectName" with "image1234" so it would look like:ExternalInterface.call("image1234.actionShow");Now publish to html and see if it works...Edited By: Hemingway on 2008-9-25 12:34:2
Discussions have been disabled for this post