Results 1 to 4 of 4

Thread: How do I make my page refresh after embed music stops?

  1. #1
    Join Date
    Aug 2006
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How do I make my page refresh after embed music stops?

    On my web site, I have random bgsound tags set up to play each time the page refreshes. At the moment, I set all of their loops to TRUE.

    Not sure if what I need help with is HTML or something else, but what I want to do is set each embed music file to refresh the page after it's done playing, so a different random song file starts playing again.

    The random music files are set up with Java Script, but the music is set up with HTML

    I know how to refresh a page using meta and body tags, and even using Java Script, but how I have my random music files set up I can't use any of those methods. Is there a away around this?

    Is there a simple HTML music tag I can use to make the page refresh when the file is done playing?

  2. #2
    Join Date
    Aug 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Refreshing the page

    I have the script of Java Script , which refresh the age after 1 min. u can add this script in ur page
    naeem

  3. #3
    Join Date
    Aug 2006
    Posts
    239
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I'd suggest a small controlless flash player, because it can call back the browser in unified way across all the platforms (it can even issue a javascript expression back to the browser, like location.href, which is your friend here).

    Technically you can embed a sound file, yet you'd need to account all possible plug-ins, which all have their own methods of calling back the browser (if at all) after playing content.

  4. #4
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    i would just make you sound file loop this is the easyest and maby one of the less painful for viewers.

    If yuo need the loop code ill post it here i have it somewhere but where i don't know

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •