Activate next btn after Flash finished
September 24, 2008 12:00 AM
@Hemingway] 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"); [/QUOTE wrote:
Hemingway, thank you SO MUCH!!It works perfectly!
Discussions have been disabled for this post