I\'m trying to call a Flash (AS3) function from Javascript. When the code runs, I get the error \"Error: uncaught exception: Error calling method on NPObject!\" From my day\'s
The answer I found was that it throws that error for many reasons. Mine was that I was not sending in the correct number of arguments for the function it was calling.