Mpgs Slideshow

Hi,

I'm very new to Java. I do have experience with programming in c++, php and flash actionscript though. I want to create a Java-application which contains some mpg files: movie01.mpg, movie02.mpg ... etc ...

These are all small mpgs, which contain animations.

I want to create it so that the java-application start with the first movie. Then at the end of the animation (still showing the last frame) there should be a text above or underneath the movie (just one line of text) and a button "next" or "previous", which plays the next or previous mpg.

So it's kinda a slideshow of mpgs.

Is this possible to do in Java? If so how?

Thanks,

betonboor

[700 byte] By [betonboora] at [2007-11-27 6:20:35]
# 1
check the java media section for a thread that i started aboutviper jmpeg. they have a great jar file for reading MPEG-I filesframe by frame. http://forum.java.sun.com/thread.jspa?threadID=792633&messageID=9433079
TuringPesta at 2007-7-12 17:35:55 > top of Java-index,Java Essentials,New To Java...
# 2
Thanks! I will have a look at that.A question though: would it be easier to create this java-application if the movie is in another format (avi, swf, etc.)? I do have the possibility of exporting these movie-animations in whatever format I want.Grtz,betonboor
betonboora at 2007-7-12 17:35:55 > top of Java-index,Java Essentials,New To Java...
# 3
eh. i like mpeg personally.
TuringPesta at 2007-7-12 17:35:55 > top of Java-index,Java Essentials,New To Java...