|
Relates :
|
http://javaweb.sfbay.sun.com/~ngthomas/javafx/mediaplayer/test.html
This is the javafx media player applet.
At the bottom of the applet, there are three buttons, which will trigger a javascript -> fx call:
document.getElementById("app").script.playVideo(url);
with will change the video clip playing inside the applet.
It works with 6u10, and our latest 6u12 nightly.
But with 6u11 b03, document.getElementById("app").script is undefined/null
|