-
Bug
-
Resolution: Fixed
-
P4
-
None
-
fx2.0.2
-
windows 7 , netbeans 7.1 beta , jdk 6
using the embedded media player example , i changed the line
private static final String MEDIA_URL = "http://download.oracle.com/otndocs/products/javafx/oow2010-2.flv";
to
private static final String MEDIA_URL = "file:///C:/Test/partyRock.flv";
it did not run , even though i updated my display drivers .
private static final String MEDIA_URL = "http://download.oracle.com/otndocs/products/javafx/oow2010-2.flv";
to
private static final String MEDIA_URL = "file:///C:/Test/partyRock.flv";
it did not run , even though i updated my display drivers .