So I don't get this at all. When I put
ExternalInterface.addCallback('startppt', null,"PlayPPT");
I get Type mismatch. However if i put
ExternalInterface.addCallback('startppt',"PlayPPT");
It takes it fine. Doesn't work when I try to call the function. I used JQuery, normal Javascript just about everything. I think it has something to do with this issue but not certain. THIS IS ACTIONSCRIPT 2 and I check the publishing settings. Any ideas or suggestions would be awesome thanks!