Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: fx2.0.2
-
Fix Version/s: None
-
Component/s: javafx
-
Labels:
-
Environment:
windows 7 , netbeans 7.1 beta , jdk 6
-
Subcomponent:
Description
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 .