Skip to main content
Participant
September 10, 2013
Question

ExternalInterface in Chrome

  • September 10, 2013
  • 1 reply
  • 3332 views

Well, I've tried about everything, from the tutorial examples to more complex solutions, but it turns out that external interface exposed methods are not reachable by javascript with chrome 29.0.1547.65, the flash player is 11.8.800.97 for PPAPI and 11.8.800.168 NPAPI.  It worked just fine in many other browsers I tested in.

This topic has been closed for replies.

1 reply

C_F_McBlob
Inspiring
September 10, 2013

Is this in a webpage you're designing?

id_huevoAuthor
Participant
September 12, 2013

Yes, but it's in a development and restricted enviroment, it's a media player that has to communicate with the javascript of the page holding it to trigger events, set media sources and so on.

C_F_McBlob
Inspiring
September 12, 2013

You'd want to see if you can find out from Google DEV people why Chrome doesn't handle it. It has nothing to do with Flash Player; FP is a "passive" part of the equation.