×

Wichit Sombat's video: How to make movie player using Java JavaFX

@How to make movie player using Java / JavaFX?
Easy to follow steps on how to develop movie player using Java / JavaFX (Demo using IntelliJ IDEA, can be easily followed using other IDEs) How to: - create empty stage with black background - add Media, MediaPlayer, MediaView to the stage - add Slider as the movie controller - bind MediaPlayer to the Slider - add AudioSpectrumListener to tap the audio spectrum in MediaPlayer - add slide-in slide-out animation for the controller Souce Code: http://code.google.com/p/paul-gramming/source/browse/IDEA/MoviePlayer/src/player/MoviePlayer.java Note: using Sintel movie trailer from www.youtube.com/watch?v=ac7KhViaVqc JavaFX 2.0 API for Media: http://docs.oracle.com/javafx/2/api/javafx/scene/media/Media.html %28java.lang.String%29 -- Read Movie from http -- final Media media = new Media("http://ftp.nluug.nl/ftp/graphics/blender/apricot/trailer/sintel_trailer-720p.mp4");

418

107
Wichit Sombat
Subscribers
2.3K
Total Post
51
Total Views
785.9K
Avg. Views
15.7K
View Profile
This video was published on 2012-04-02 21:16:22 GMT by @Wichit-Sombat on Youtube. Wichit Sombat has total 2.3K subscribers on Youtube and has a total of 51 video.This video has received 418 Likes which are higher than the average likes that Wichit Sombat gets . @Wichit-Sombat receives an average views of 15.7K per video on Youtube.This video has received 107 comments which are higher than the average comments that Wichit Sombat gets . Overall the views for this video was lower than the average for the profile.Wichit Sombat #Media%28java.lang.String%29 -- has been used frequently in this Post.

Other post by @Wichit Sombat