Playing media files from Java code , is it possible in JDK1.4?

If so, what formats are supported? Is it possible to play .avi for example or at leist make a try for it and if the desired codecs does not exist it just catch that exception and carries on with the loading of the game.

Planning to use introduction movies for my future games so I need to launch the movie within the application :slight_smile:
Anyone tried JFM or directshow wrapper or anyhing else already built for this purpose?