| Author |
How to Load jmf.jar in Applet ?
|
Mukesh Agrawal
Greenhorn
Joined: Jul 20, 2004
Posts: 19
|
|
Is it possible to run java applet on clients machine without installing JMF. If yes then how ??? I had tried using archive in html tag but it dosent works & give javax.media.controllerlistener class not found exception. An urgent reply is appreciated. Thanks. Mukesh Agrawal
|
 |
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
Originally posted by Mukesh Agrawal: Is it possible to run java applet on clients machine without installing JMF. If yes then how ??? I had tried using archive in html tag but it dosent works & give javax.media.controllerlistener class not found exception. An urgent reply is appreciated. Thanks. Mukesh Agrawal
You must install JMF on client machine ... Resource http://java.sun.com/products/java-media/jmf/2.1.1/setup.html
|
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
|
 |
Ko Ko Naing
Ranch Hand
Joined: Jun 08, 2002
Posts: 3178
|
|
I just found out that JMF is Java Media Framework API... Is it a must to play audio, video and media stuff? I got cool samples using JMF in applets... Multimedia stuff... Here they are!
|
Co-author of SCMAD Exam Guide, Author of JMADPlus
SCJP1.2, CCNA, SCWCD1.4, SCBCD1.3, SCMAD1.0, SCJA1.0, SCJP6.0
|
 |
Mukesh Agrawal
Greenhorn
Joined: Jul 20, 2004
Posts: 19
|
|
Hi Somkiat, First of all Congratulations for winning several prizes in our Forum and helping actively to others. For my problem you sugessts for installing JMF. Thanks for the reply but I don't want to install JMF on client machine and wants to run the applet. If you get any information from anywhere please inform me. Thanks. Mukesh Agrawal.
|
 |
Mukesh Agrawal
Greenhorn
Joined: Jul 20, 2004
Posts: 19
|
|
Originally posted by Ko Ko Naing: I just found out that JMF is Java Media Framework API... Is it a must to play audio, video and media stuff? I got cool samples using JMF in applets... Multimedia stuff... Here they are!
Hi, Thanks for the Reply. But the examples you send works only when JMF is installed. So if you have any idea to run it without installing JMF on client machine please inform me. Thanks. Mukesh Agrawal.
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
This is similar to another question that was asked in this forum. Is it homework time already? JMF requires DLL's. Applets cannot deliver DLL's to a client PC over the network. Java WebStart can. Look into that.
|
 |
 |
|
|
subject: How to Load jmf.jar in Applet ?
|
|
|