Activate next btn after Flash finished
September 24, 2008 12:00 AM
You had:ExternalInterface.call("objectName.actionShow();");in the flash but you can't have the "();" on the end of the javascript call or it doesn't work - so it needs to be:ExternalInterface.call("objectName.actionShow"); I fixed the files and posted them for you. It should work like a charm now :) http://www.sharpmedia.com/elearning/LectoraExamples/T1_Fixed .zip
Discussions have been disabled for this post