Can Java TV be used to play movie files on pc?

Hi All!I would like to write a simple movie player in Java. I want it be able to play simple mpeg/xvid movies. Is Java TV the right stuff to use or are there other packages for this?Any help would be appretiated,thanks in advanceG.
[266 byte] By [SteamingColda] at [2007-11-26 18:18:59]
# 1
Actually you don't need JavaTV to write a movie player.You should use JMF instead: http://java.sun.com/products/java-media/jmf/And Google: http://www.google.com/search?q=JMF+tutorial
evgeny4a at 2007-7-9 5:52:38 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2
JavaTV is really for STB work - managing "live" video and audio streams and addition interactive content. As "evgeny4" says, all you need to write a movie player is JMF. Incidentally, JavaTV is also based on JMF.Roger
_Roger_a at 2007-7-9 5:52:38 > top of Java-index,Java Mobility Forums,Consumer and Commerce...