JavaFX media player in mobile
        Posted  
        
            by cancelledout
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cancelledout
        
        
        
        Published on 2010-06-07T09:52:22Z
        Indexed on 
            2010/06/10
            7:42 UTC
        
        
        Read the original article
        Hit count: 317
        
video-streaming
|javafx
Does anyone have any tutorials in playing videos in javafx applications in mobile?
My codes strangely work only in desktop execution. But the official site of JavaFX says it plays in mobile phones. I used their sample code and guess what, it doesn't play on the mobile phone too.
Here is the sample code I used: http://javafx.com/docs/articles/media/EmbeddedPlayer.fx.jsp
Please help me guys. I'm on a dead-end here. =<
© Stack Overflow or respective owner