Can I capture audio or video from within an Applet with JMF 2.0?
By default (for security reasons), JMF 2.0 does not allow capture from an applet. The user can turn this on by using JMFRegistry. Run “java JMFRegistry”, select the UserSettings tab and check “Allow Capture From Applets”. If the browser’s security permits loading native libraries, then you will now be able to capture audio/video from an applet.