JMF Applet doesn't work

Hi,

I've created my first real applet which is basically a mediaplayer. It loads a certain movie (.mpg) and plays it. This is the script i've used: http://java.sun.com/products/java-media/jmf/2.1.1/samples/samples/SimplePlayerApplet.java

As you can see i've used JMF to create this applet. It works excellent on my computer (where JMF is installed). But whenever I try to execute this applet on a computer without JMF, it just doesn't work. The console gives the following error:

java.lang.NoClassDefFoundError: javax/media/ControllerListener

and some more errors below that.

It seems like the applet runs only on PCs with JMF installed, because then the class javax/media/ControllerListener exists. Is there a way to make the applet so that it also runs on PCs without JMF installed?

Thanks,

betonboor

[855 byte] By [betonboora] at [2007-11-27 6:54:55]
# 1
Try searching the Java Media Framework forum: http://forum.java.sun.com/forum.jspa?forumID=28&start=0The question has been asked many times before, if I'm not mistaken. If you don't find an answer, try posting your question there.Good luck.
prometheuzza at 2007-7-12 18:30:10 > top of Java-index,Java Essentials,New To Java...