Play audio throughout the web pages

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Play audio throughout the web pages

    I have embedded an audio file . It plays on startup, and the loop=true. It
    play on the home page, but when I click and go to other pages of my website,
    the music stops. It plays again, when I return. What do I have to do for the
    audio to play continuously, irrespective at which page I may be, please?

    Karlhevera Guest

  2. Similar Questions and Discussions

    1. How to play vedio and audio ?
      i want to play vedio and audio file from coldfusion server, there is any tag for RUN vedio or audio file.?
    2. Flash audio won't play in Director
      I have a Director MX project (Windows) that includes Flash animations with audio. The audio plays in Flash (.fla and .swf) and play in Director on...
    3. Can Director Play Audio CD?
      Can Director play audio CD by Lingo or Xtra? Daniel Lee
    4. slider for audio play
      Hi! here is the code for my audio player, the problem is that when i want to change the time by draging the slider - things geting messed up......
    5. One of four similar audio links does not play
      The required codec cannot be found Windows Media Player cannot play the file because the required codec cannot be found. To determine how to...
  3. #2

    Default Re: Play audio throughout the web pages

    Go to the line in the code where you have embedded the audio file.

    Press Home.

    Hold down Shift and press End.

    Press Delete.

    Very few sites can justify playing music, and its just generally not a good
    idea. Imagine you're driving along the road, and your radio suddenly turns on
    because the guy who owns the house you're driving past thought it would be cool
    to have a theme song. That's what you're doing.

    VVebbie Guest

  4. #3

    Default Re: Play audio throughout the web pages

    Many thanks for your reply and comments about the music. I will do as
    suggested. The background music is for a website concerning a psychotherapist
    and his activities/therapies. Whether we will keep this soothing music is to
    be seen. It is at present at a development stage.

    Karlhevera Guest

  5. #4

    Default Re: Play audio throughout the web pages

    I have done as suggested, by on pressing 'delete' the whole line disappeared.
    My line of code is:
    <embed src="serenade.wav" width="0" height="0" autostart="true"
    loop="true">
    </embed>
    Am I doing something wrong, as I don't achieve what I want?

    Karlhevera Guest

  6. #5

    Default Re: Play audio throughout the web pages

    Originally posted by: Karlhevera
    I have done as suggested, by on pressing 'delete' the whole line disappeared.

    That was the idea. ;)

    VVebbie Guest

  7. #6

    Default Re: Play audio throughout the web pages

    Sorry, but you have misunderstood! I want to keep the music. At least during
    the development period. I was just asking how I could make the background
    music play throughout the website, irrespective on which page the visitor may
    be. At present the music stops when the visitor goes to another page within
    the site. Music return when return to Home page is made.

    Karlhevera Guest

  8. #7

    Default Re: Play audio throughout the web pages

    I am not asking whether anyone in my neighbourhood would be playing their
    music, as I pass. This is not the scope of this discussion... It's a question
    of taste and habit, rather than techical problem...

    Karlhevera Guest

  9. #8

    Default Re: Play audio throughout the web pages

    It ought to be illegal to just load music onto a web site, or a warning ought
    to come on before hand.

    I am a musician, and love music, but it has to be a choice, so I incorporate
    an easy java script, one of many free ones, that gives you a smart jukebox you
    can customise with css.

    Bear in mind that the average person on a computer will have a sound system.
    I'd say 10% of us have it hooked up to the home stereo, and serious damage
    could be done if you stream a song as soon as a visitor hits a web site. Most
    people have there own music, generally good quality, already on the computer.
    If I was depressed, I might not want some lighthearted sweet sounds. I might
    want Nirvana, or Muddy Waters or the 1812 Overture.

    With a java script jukebox, you can give people a choice of different audio.

    As for sound incorporated into menus.

    God save us from this dreadful blight.

    Really, there ought to be a law against it.




    Css Lover Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139