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
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");
[...]