Re: How to play applet without installing jmf?

I have this similar problem that I cannot make the client machine run the player applet, and I still cannot figure that out. Did you get any feedback since then?
Jack

Hi all,
I have forgot to precise that :
I have also an PHPApache server on which there are my html-file and my jar-file.
When another user try to connect to my server... the applet (on my html-file) doesn't work :-(
On the Apache log-file :
[Wed Jun 12 15:04:40 2002] [error] [client 192.168.0.122] File does not exist: c:/program
files/easyphp/www/video/java/security/PrivilegedAction.class
[Wed Jun 12 15:04:40 2002] [error] [client 192.168.0.122] File does not exist: c:/program
files/easyphp/www/video/java/security/PrivilegedAction.classI don't know what is this error?
How can i solve this and where can i find these class-files
Thanks.
Christel

Similar Messages

  • Is it possible to play mp3 without using JMF or JLayer??

    hi,
    i wan to play mp3 without using JMF or JLayer as just like .wav file.
    If it is possible then anyone plz tell me how it can b done..please..
    thnx.
    Edited by: samratsinghal on Sep 11, 2009 10:21 AM

    JavaSound does not have the functionality to play MP3 files.
    That said, if you want to do it without using a library to decode the MP3 file for you, then you need to write your own MP3 decoder.

  • How to play movies without wifi access

    How to play movies without wifi access

    Not sure what you mean by this?  If you've downloaded a Movie, then it will be installed on your iPad (if downloaded to your iPad of course) and it will play from the iPad as is.
    If this doesn't help, please provide more info about what you are trying to do.
    Regards,
    Steve

  • Run swing applet without installed plug-in

    Is any possible way to run swing applet without installed java plug-in? Does exist way how to load swing classes from server?

    Is any possible way to run swing applet without
    installed java plug-in? Does exist way how to load
    swing classes from server?It is impossible to run a swing applet without the plug-in.
    There may be a solution : include the swing library in your applet,
    so you don't need the plugin anymore (personnaly i prefer having
    the plugin downloaded once and the use it as needed).
    For the load from a server you will need to be more specific, but
    don't forget : the applet don't run on the server, so it won't request
    Swing classes from the server.

  • How to run Java 3D Applet without install java3d

    I've written a java3d applet, and it runs correctly in browser on my computer. Now I want it can be run on other computers which havent' Java3d installed. If the program runs as application, then we can use jnlp and web-start to solve this problem. But what about applet? How can I do it just like the application?
    Pls help me!

    Hello. I read this article too. It sounds interesting but I have some questions. The example is given for win32 and what about other OSs and platforms? Sun provides different libraries for different OS. According to this article it is possible to run applets without previous installation of Java3D and if a user runs Windows 2000, Java3D libraries will be downloaded and installed from the location pointed out by the programmer. But how to do this for all OSs and all platforms and architectures so that if a user doesn't have Java3D installed on his/her computer, might to see the applet in his/her browser? Is it the only way that a programmer needs to include into "loader_singed.jar" all possible libraries for all possible platforms?

  • How to rum jmf programs without installing jmf

    i want to run my jmf programs in my client system...But i want to avoid installing jmf in my client system..Please help

    You only need to include the jmf.jar in your classpath to take advantage of it.
    The idea of "installing JMF" on a system is that each app wouldn't have to include the jmf.jar (and since there's native versions for different platforms). Since JMF is, in general, used very little (mostly due to lack up updates to code and documentation), it's unlikely your users would be running more than one JMF app, so go ahead and just distribute the jmf.jar with the app.

  • Detecting Video Capture Devices without Installing JMF

    Hi All,
    I want to detect the video capture devices, without installing the JMF.
    I had included the jmf (windows version) in lib path in netbeans ide. I am able to detect the audio capture device. But unable to detect the video capture devices. But if I install the JMF, I am able to detect the Video Capture devices in My system. Can anyone help me?
    Thanks,
    Vinoth Kumar.

    YES! Please take a look at SIP Communicator project. They have all what u want.
    The main idea is copy all .dll files to System or System32 (Please check files which JMF will copy to ur computer and where).
    U need to have jmf.jar and sound.jar too ( maybe more) in your computer.
    Your program should have DirectSoundAuto.java, JavaSoundAuto.java, JavaSoundDetector.java, JMFInit.java. Those files are in JMStudio source code. They are used to detect all capture devices and register it to JMF, but wait !!! where they will be saved? In order to save information about capture devices which are detected, you should create "jmf.properties" file in the same location with jmf.jar.Therefore, u should modify the JMFInit.java so it can check if the "jmf.properties" exists. If it's not, you have to create it.
    Check SIP Communicator at Folder "media" then "device". They have modified those files I mentioned above and created some new files to SC can detect more devices.
    Edited by: tamngminh on Sep 16, 2008 9:50 AM

  • Run applet without install plug-in

    Hi,all!
    I surfed on IBM site of iSeries information center and saw that this site has on it's rigth site - applet menu and it works fine even without installation of java plug in on client side.I know because in our company not everybody has a simple java JRE installation on windows environment, so
    I was wondering if one of you could help me understand how does it work without even installation of java plug in on client side?
    I cannot talk about "Silent installation" because , for example , applets that on server local network drive are not working for the same users machines. What the secret?
    Can applet run some other way than plug in on user's side?
    Thank you in advance.

    I forgut to give a link for that site :
    http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm

  • How To Play Videos Without Silverlight?

    Hey SHarePoint Fam,
    I am looking to start rolling out alot of videos soon but our environment does not have Silverlight deployed in our machine images.  Is there any alternative to get videos to play without Silverlight being deployed to machines?  We are IE8 shop
    Thanks so much,

    Hi,
    According to your post, my understanding is that you want to play video without Silverlight.
    We can use the HTML 5 to achieve it, however, HTML5 is not supported by all browser (especially the old ones).
    As a workaround, we can use the Video.JS  to allow your browser to parse the video tag and play the video with a flash player if your browser does not support HTML5 standards.
    More information about the video.js : http://www.videojs.com/
    For more information:
    https://social.technet.microsoft.com/Forums/en-US/26a7639d-6b77-4bc3-8f36-0db10b132daf/using-internet-explorer-8-to-play-sharepoint-2013-video-stream-without-silverlight?forum=sharepointadmin
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Re: Codec for Fobs4JMF - without installing JMF

    paragon wrote:
    Where am I going wrong? Any advice apprciated!Ummmm, here's my 2 cents. Sometimes they are worth a dime, sometimes they are worth nothing...
    PlugInManager.commit() makes the changes permanent, which is to say it writes the changes into the plugin manager's config file.
    Because the config file is always going to be polled, it would make sense that maybe there is a "temporary" store of plugin info, and a permanent one. Once you add the plugin info to the permanent store, it makes sense that you'd remove it from the temporary one...right?
    Well, you don't have a permanent store, because you don't have JMF installed. It could be that when you call commit, it basiclly just throws the plugin data you just tried to register into the proverbial garbage bin.
    So try getting rid of the commit() call, and I bet it'll detect the plugin.

    I am curious how you've gotten that far. What code are you using to actually open up the movie then render it? Can you paste that code in?The code to do that without JMF installed would be exactly the same as it would be if you had JMF installed...just make sure JMF.jar is on the classpath, and you're only using stuff that works on the cross-platform version.

  • How to play DVD without menus?

    Hello, I'd like to burn a video clip that I cut in FCE onto a DVD without having to use iDVD and without using any menus. Basically, I want the video to play immediately (once I put it in a DVD player. Any ideas?

    Hi
    without having to use iDVD and without using any menus.
    A. No movie editor FC E or P - or - iMovie can deliver what's needed to make a DVD
    without any program preparing the needed code - sort of .mpeg2
    B. DVDs without menu can be done in several ways with eg
    • Roxio Toast™ - that can do this without any faking what so ever
    • iDVD - but You have to fake part of it
    iDVD - my list on this
    from. Klaus1 in Somerset, UK
    How to create a DVD in iDVD6 without menu (there are several options)
    1. Easy. Drop your iMovie in the autoplay box in iDVD's Map View, then set your autoplay item (your movie) to loop continously.
    Disadvantage. The DVD plays until you hit stop on the remote
    2. Still easy. If you don't want your (autoplay) movie to loop, you can create a black theme by replacing the background of a static theme with a black background and no content in the dropzone (text needs to be black as well).
    Disadvantage. The menu is still there and will play after the movie. You don't see it, but your disc keeps spinning in the player.
    3. Still quite easy but takes more time. Export the iMovie to DV tape, and then re-import using One-Step DVD.
    Disadvantage. One-Step DVD creation has been known to be not 100% reliable.
    4. (My preferred method) Easy enough but needs 3rd party software. Toast lets you burn your iMovie to DVD without menu - just drag the iMovie project to the Toast Window and click burn.
    Disadvantage. you'll need to spend some extra $$ for the software. In Toast, you just drop the iMovie project on the Window and click Burn.
    5. The "hard way". Postproduction with myDVDedit (freeware)
    Tools necessary. myDVDedit ( www.mydvdedit.com )
    • create a disc image of your iDVD project, then double-click to mount it.
    • Extract the VIDEO_TS and AUDIO_TS folders to a location of your choice. select the VIDEO_TS folder and hit Cmd + I to open the Inspector window
    • Set permissions to "read & write" and include all enclosed items; Ignore the warning.
    • Open the VIDEO_TS folder with myDVDedit. You'll find all items enclosed in your DVD in the left hand panel.
    • Select the menu (usually named VTS Menu) and delete it
    • Choose from the menu File > Test with DVD Player to see if your DVD behaves as planned.If it works save and close myDVDedit.
    • Before burning the folders to Video DVD, set permissions back to "read only", then create a disc image burnable with Disc Utility from a VIDEO_TS folder using Laine D. Lee's DVD Imager.
    //lonestar.utsa.edu/llee/applescript/dvdimager.html
    Most certainly more will fill in - this list is a bit old.
    Yours Bengt W

  • How to play playlists without shuffle?

    HOw do I turn off shuffle.  I cannot play a playlist or an album without "shuffle" mode engaged?

    While listening to a song, any song, tap the artwork one time to bring up additional controls.  You will find the shuffle option on the right hand side.  It looks like to arrows that cross over each other. Tap this icon until it turns white, meaning that it is off.
    B-rock

  • How to reset password without install CD

    I don't remember my admin password and I do not have the install CD, is there a way to reset it?

    You can give this a try:
    How to change your username and/or password from the Terminal
    1. Boot into single-user or verbose mode
    2. At the prompt enter the following commands.  Press RETURN after each:
    fsck -fy
    mount -uw /
    launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist
    dscl . -passwd /Users/username password
         Replace username with the targeted user and password with the desired password.
    Reboot
    This allows you to reset the password in single user mode without booting from the install media.  The above tip is attributed to Satcomer.

  • How to play music without adding it to itunes

    I'd like to play music off of my external hard drive without itunes adding it to it's library. I unchecked the box that says create a copy in itunes, however i created a playlist, dragged the files to it and played them. When i deleted the playlist, the songs were still listed in my main library, they wont play....b/c the files not there, so why is even listed and how do i prevent that from happening in the future?????

    I'd like to play music off of my external hard drive without itunes adding it to it's library.
    Use the QuickTime Player to play it.
    (50062)

  • Urgent - How to Run Applet without JRE installation

    I am creating an applet which displays information using JTree. This applet needs to be deployed in 'n' systems which may or may not contain JRE. Is there any way where in i can deploy in all the systems without any error.

    You could provide swing.jar and have the applet load that. It is
    slow though.

Maybe you are looking for

  • Where do I find dynamic linkmanager on my mac?

    where do I find dynamic linkmanager on my mac?

  • Re-using bind variables in Pro*C

    Using dynamic SQL method 4. Application originally written back in, oh 1999-ish, using Oracle 7. We've upgraded to Oracle 10g. I've looked through the old manuals ( Pro*C Supplement to the ORACLE Precompilers Guide Version 1.5) for an answer to a que

  • FPGA for CAN, DI, AI help getting started

    I am a new user to LabView. I am trying to program the FPGA on a 9144 Ethercat chassis with modules 9423 (Digital input), 9201 (Analog input), 9853 (CAN).  9144 is connected to a cRIO-9024.  There are more modules but if I can figure these out, the o

  • Getting control into my program on just clicking the check box

    Hi, I have created 4 check boxes in the ALV grid output. If I click on any one of the check boxes, it should disable certain check boxes. How to do this. Please answer this. Remember it should work the moment I click on the check box. Thanks, Prem

  • Error with Excel 2007 display.

    We have recently upgraded to MS office 2007 and using BW 3.5 bex .When i ran workbook in Excel-07 , i am getting symbol £ instead of $ for a curreny column .Value for that cell is correct in dollars but the symbol is showing worng .if anyone encounte