We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Applet with video, please help!!! (Read 489 times)
Applet with video, please help!!!
Apr 11th, 2008, 2:14pm
 
Could someone please tell me what the steps are to get an applet working which plays video.

This is the error in the java console when I load the webpage up:

I get the error:
Exception in thread "Thread-81" java.lang.NoClassDefFoundError: Could not initialize class quicktime.QTSession
at processing.video.Movie.<init>(Movie.java:101)
at processing.video.Movie.<init>(Movie.java:89)
at Loop.setup(Loop.java:17)
at processing.core.PApplet.handleDisplay(PApplet.java:1390)
at processing.core.PGraphics.requestDisplay(PGraphics.java:690)
at processing.core.PApplet.run(PApplet.java:1562)
at java.lang.Thread.run(Unknown Source)




Any ideas???? anyone......

Page Index Toggle Pages: 1