How to play movie in fullscreen?

I am using bufferstrategy in full screen exclusive mode. How would I render a movie (ie… avi file) as well as hear the sound within my drawing loop? I just need guidance, suggestions, no code necessary.

The only way I can think of to do this is to split my avi up into many jpg files for each frame… and then hopefully time the frames to play at a steady rate, while playing playing the music using Applet’s AudioClip…

You want the JMF package. (Java Media Framework)
Its available on sun.com