views:

24

answers:

0

I can't seem to be able to play videos locally or over the internet on the mobile emulator and on the actual mobile phone.

JavaFX Media Player wont load/display in mobile emulator. It works fine when running the application using standard execution and web execution. No exceptions and error messages outputted. What's strange about this is that I also tried a sample code from the official JavaFX site and it still won't play videos on the mobile phone.

Here is the sample code I used: http://javafx.com/docs/articles/media/EmbeddedPlayer.fx.jsp

I'm using Netbeans 6.8, JavaFX 1.2, JDK 6u17

DO you guys know why? I've been stuck at this problem for a very long time already. Any inputs would help.