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]
# 1
I have same problem if u got any answer please send meThanks,
yogeshjoshijia at 2007-7-12 22:32:28 > top of Java-index,Security,Cryptography...
# 2
As far as I'm conserned to access local devices with applet you should sign it. This gives the applet ability to work on any source.Message was edited by: plik
plika at 2007-7-12 22:32:28 > top of Java-index,Security,Cryptography...
# 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

liankea at 2007-7-12 22:32:28 > top of Java-index,Security,Cryptography...
# 4
Use System.out.println(); for data and watch the console to see whats happening... easy way to debug...If your IDE lets you open an applet try to debug and watch if variable have correct values
plika at 2007-7-12 22:32:28 > top of Java-index,Security,Cryptography...
# 5
hi plik thanks for your advice, I will try it out.Lianke
liankea at 2007-7-12 22:32:28 > top of Java-index,Security,Cryptography...
# 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

AndrewThompson64a at 2007-7-12 22:32:28 > top of Java-index,Security,Cryptography...
# 7
I want to Run My applet on client side is there any requirement of JMF Installation on client side. Is there any way to avoid client side JMF installation
yogeshjoshijia at 2007-7-12 22:32:28 > top of Java-index,Security,Cryptography...