Problem with JMF applet
hi all ..
I have created a live video applet using JMF. It uses a usb webCam
to capture live video and displays in JMF player. This program works
fine when I run it in appletviewer, however when I run it in web broweser
(I use IE 7.0) it cannot be displayed, and the message given from the
browser was: Applet loaded.
Does anyone know how to deal with this problem? What security
parameters should I set?
Kinds Regards.
Lianke
[491 byte] By [
liankea] at [2007-11-27 9:28:14]

# 3
hello plik:
I have signed the applet with a certificate, when the user run it on the internet the browser will present a dialog box displaying the
credential and ask user permission to run it. However when I choose
to trust the certificate and run the applet, the applet still cannot be
displayed, and the message at the left-down corner of the browser
is: applet started.
Dose anybody know the potential problem for this? or any other suggestions to solve this problem?
Kinds regards.
Lianke
# 6
> I have created a live video applet ...
Start | Programs |
Java Media Framework 2.1.1e (menu item) | JMF Registry
User Settings (tab) | Allow Capture for Applets (checkbox)
>...using JMF.
Combining applets with JMF is a PITA. Applets
are problematic enough, without throwing a
quirky, unsupported media API into the mix.
I suggest most of these uses would be better
served by a link on a web page that points to a
launch file for a web start based frame.
Here is an example of launching JMF using
web start.
http://javasaver.com/testjs/jmf/#test3