QUOTE(1lacca @ 27 Aug, 2007 - 05:29 AM)

Could you specify what is your exact problem?
How to embed an applet into htm?
How to record voice from Java?
How to create an applet?
etc...
you cant sorry i tried java doesnt support direct X and that is required to use outside things like a camera or microphone.
Sorry.
QUOTE(david99 @ 28 Aug, 2007 - 02:28 PM)

QUOTE(1lacca @ 27 Aug, 2007 - 05:29 AM)

Could you specify what is your exact problem?
How to embed an applet into htm?
How to record voice from Java?
How to create an applet?
etc...
you cant sorry i tried java doesnt support direct X and that is required to use outside things like a camera or microphone.
Sorry.
but u can do things like putt an applet into htm. like this
<APPLET CODE="?.class" WIDTH=150 HEIGHT=25>
The question mark means the name of the compiled data and you can change the width and height o and dont add this in your program.
i hope this was usefull.