I\'m trying to call a function declared with ExternalInterface in a Flash swf, using JavaScript. It worked once, but all of a sudden, it stopped working.
I have a d
Check out ExternalInterface.marshallExceptions. It should allow you to see more details about the error.