Flash and Lectora communication
October 18, 2008 12:00 AM
Hi Found this from the forum solution given by Hemingway
Then in Lectora go to the parameters tab of your flash movie and add this parameter: Name: allowScriptAccess Value: always Also, 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...
It really works fine for me.Thanks Hemingway
Discussions have been disabled for this post