Search:

Type: Posts; User: code-challenged

Search: Search took 0.08 seconds.

  1. Re: how to stop a looping audio clip when browser window is closed

    I get the feeling this topic is beyond the scope of my knowledge. I may have understood it better a few years ago, but like I said, I am very rusty. I do understand some of it though, conceptually at...
  2. Re: how to stop a looping audio clip when browser window is closed

    Not sure I understand this part. Can you be more specific?
  3. Re: how to stop a looping audio clip when browser window is closed

    I saw it, see my edit above.

    btw, here's what I have so far:



    class killApp extends Thread {
    public void destroy() {
    }
    }
  4. Re: how to stop a looping audio clip when browser window is closed

    That period of time seems to be 60 seconds. I just tested it.

    Perhaps there is a way to tell it to shorten that time to say, 1 second?


    I appreciate you trying to help, but unless you give me...
  5. Re: how to stop a looping audio clip when browser window is closed

    Just did a quick text search of my code, and not a single "jframe" came up, so I'm guessing I'm not using that.

    Does the header of my code help you in any way?:



    import java.applet.*;...
  6. Re: how to stop a looping audio clip when browser window is closed

    I realize this is a very newb issue, but I don't see how that page helps me. I read it through thrice. It just seems to mention some things in passing (it says there are 4 processes that an applet...
  7. how to stop a looping audio clip when browser window is closed

    I'm trying to fix some very old code.

    The problem is that the looping audio clip continues, even when the browser window is closed.

    In other words, the browser needs to be completely shut down...
Results 1 to 7 of 7