Listen for my Flash event in Javascript

后端 未结 3 816
醉话见心
醉话见心 2021-01-20 09:32

I\'m trying to build a basic video player with a playlist using the OVP Player. So far I have figured out how to feed in the new video source using ExternalInterface, but I

3条回答
  •  长情又很酷
    2021-01-20 10:19

    I think that externalInterface plugin for jQuery will make it relatively easy. If not then there's DOMEx class which looks promising. Code example from DOMEx site:

    if (ExternalInterface.available) ExternalInterface.call(javaScript, "Howdy Ya'll");
    [...]
    

提交回复
热议问题