« Previous day (Jun 11, 2009) | Main | Next day (Jun 13, 2009) »
 20090612 Friday June 12, 2009

JavaFX Mobile looking Up

     Click on arrow to PLAY.  Click on picture to PAUSE/RESUME.  Note: If 
     video playback is blank or slow, reload the page and make sure 
     QuickTime 7.6 is installed on your system.


Wouldn't it be cool if JavaFX Mobile were on all handsets now and you could watch movie trailers from any cell phone?

Programming your cell phone to play a video would be trivial.


Code snippet:

var player = MediaPlayer {
  autoPlay: false
  media : Media {
    source : "{__DIR__}up-trailer.flv";
  }
}

var view:MediaView = MediaView {
    visible: true
    mediaPlayer: bind player
}



It's getting closer...

[Java ME and J2ME] ( June 12, 2009 04:49 PM ) Permalink Comments [6]





Theme originally based on design by Bryan Bell