preload a sound

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andrew Poulos

    preload a sound

    I've asked this question in a javascript group and I'm asking it here in
    case there's a HTML solution. I'm using HTML 4 Strict and I'm wondering
    if there's a way to preload a sound? Any solution needs to work cross
    browser.

    Andrew Poulos
  • Neal

    #2
    Re: preload a sound

    On Wed, 22 Dec 2004 22:03:06 +1100, Andrew Poulos <ap_prog@hotmai l.com>
    wrote:
    [color=blue]
    > I've asked this question in a javascript group and I'm asking it here in
    > case there's a HTML solution. I'm using HTML 4 Strict and I'm wondering
    > if there's a way to preload a sound? Any solution needs to work cross
    > browser.[/color]

    HTML does not preload anything. You are aware that this will make your
    page load so slowly that many visitors will leave before it loads?

    Comment

    • Andrew Poulos

      #3
      Re: preload a sound

      Neal wrote:
      [color=blue]
      > On Wed, 22 Dec 2004 22:03:06 +1100, Andrew Poulos <ap_prog@hotmai l.com>
      > wrote:
      >[color=green]
      >> I've asked this question in a javascript group and I'm asking it here
      >> in case there's a HTML solution. I'm using HTML 4 Strict and I'm
      >> wondering if there's a way to preload a sound? Any solution needs to
      >> work cross browser.[/color]
      >
      > HTML does not preload anything. You are aware that this will make your
      > page load so slowly that many visitors will leave before it loads?[/color]

      So is there only a javascript solution?

      Anyhow what's worse, that a page takes ages to load or a control on a
      page takes ages before it appears to respond (which I guess is a good
      reason to stream audio???)

      Andrew Poulos

      Comment

      • Harlan Messinger

        #4
        Re: preload a sound


        "Andrew Poulos" <ap_prog@hotmai l.com> wrote in message
        news:41c96d3b$0 $15029$5a62ac22 @per-qv1-newsreader-01.iinet.net.au ...[color=blue]
        >
        > Anyhow what's worse, that a page takes ages to load or a control on a
        > page takes ages before it appears to respond (which I guess is a good
        > reason to stream audio???)[/color]

        Exactly.

        Comment

        • steven

          #5
          Re: preload a sound

          "Neal" <neal413@yahoo. com> wrote in message
          news:opsjeqgvlo 6v6656@news.ind ividual.net...[color=blue]
          > On Wed, 22 Dec 2004 22:03:06 +1100, Andrew Poulos <ap_prog@hotmai l.com>
          > wrote:
          >[color=green]
          > > I've asked this question in a javascript group and I'm asking it here in
          > > case there's a HTML solution. I'm using HTML 4 Strict and I'm wondering
          > > if there's a way to preload a sound? Any solution needs to work cross
          > > browser.[/color]
          >
          > HTML does not preload anything. You are aware that this will make your
          > page load so slowly that many visitors will leave before it loads?[/color]

          I think I would leave because it has sound, even if it loads in a split
          second.


          Comment

          • klenwell@gmail.com

            #6
            Re: preload a sound

            What if it was the sweetest sound in the world? Sweeter even than
            Christmas and the Internet combined?

            Comment

            • Michael Vilain

              #7
              Re: preload a sound

              In article <oREyd.8467$QQ6 .567342@phobos. telenet-ops.be>,
              "steven" <stevenPANTSvh@ pandora.be> wrote:
              [color=blue]
              > "Neal" <neal413@yahoo. com> wrote in message
              > news:opsjeqgvlo 6v6656@news.ind ividual.net...[color=green]
              > > On Wed, 22 Dec 2004 22:03:06 +1100, Andrew Poulos <ap_prog@hotmai l.com>
              > > wrote:
              > >[color=darkred]
              > > > I've asked this question in a javascript group and I'm asking it here in
              > > > case there's a HTML solution. I'm using HTML 4 Strict and I'm wondering
              > > > if there's a way to preload a sound? Any solution needs to work cross
              > > > browser.[/color]
              > >
              > > HTML does not preload anything. You are aware that this will make your
              > > page load so slowly that many visitors will leave before it loads?[/color]
              >
              > I think I would leave because it has sound, even if it loads in a split
              > second.[/color]

              Sound is one of the things the authors of WEB PAGES THAT SUCK advise
              strongly against. Besides, how sound is implemented is browser
              dependent. Are you hoping to be listed on their site?

              --
              DeeDee, don't press that button! DeeDee! NO! Dee...



              Comment

              • Neal

                #8
                Re: preload a sound

                On Thu, 23 Dec 2004 12:51:52 -0800, Michael Vilain <vilain@spamcop .net>
                wrote:
                [color=blue]
                > Sound is one of the things the authors of WEB PAGES THAT SUCK advise
                > strongly against. Besides, how sound is implemented is browser
                > dependent. Are you hoping to be listed on their site?[/color]

                Hey, it's an IBL...

                Comment

                Working...