Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Making a page to play music and reload after 4 minutes

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Making a page to play music and reload after 4 minutes

    I am trying to make a page that will play some sound for 4 minutes, and countdown. I have the sound clip 4 minutes exactly, but I have no idea how to make this sort of code. After the countdown is finished I want to be able to load to a new page without music. Can someone please help me?


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Making a page to play music and reload after 4 minutes

    I recommend defining things much more. As your post implies - at least to me - a 'page' refers to a webpage, and your requirement a client side method to somehow alters the behavior of said webpage, in which case you are most likely referring to javascript and not java (these are java forums, and the two are vastly different).

Similar Threads

  1. Replies: 1
    Last Post: December 3rd, 2012, 02:35 PM
  2. Refresh/reload only a specific <div>
    By figge88 in forum Other Programming Languages
    Replies: 2
    Last Post: April 7th, 2012, 02:12 PM
  3. Reload .properties
    By chinna in forum Java Theory & Questions
    Replies: 3
    Last Post: July 14th, 2011, 01:32 AM
  4. [SOLVED] How to reload JInternalFrame
    By chyrl in forum AWT / Java Swing
    Replies: 7
    Last Post: April 6th, 2010, 06:31 AM
  5. Music player problem
    By abhinavhardikar in forum What's Wrong With My Code?
    Replies: 6
    Last Post: February 9th, 2010, 08:41 PM