Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #8670

preload audio

Date 2011-11-28 17:45 +1100
From Andrew Poulos <ap_prog@hotmail.com>
Newsgroups comp.lang.javascript
Subject preload audio
Message-ID <lbedneSh98WYs07TnZ2dnUVZ_tydnZ2d@westnet.com.au> (permalink)

Show all headers | View raw


Does doing something like

var a = new Image()
a.src = "http://www.blah.com/test.mp3";

download/preload the audio? I want to dynamically add an audio OBJECT to 
the page and I'd like it, if possible, to start playing as soon as its 
added (there being some time between when the page is viewed and when 
the object is added).

Andrew Poulos

Back to comp.lang.javascript | Previous | NextNext in thread | Find similar | Unroll thread


Thread

preload audio Andrew Poulos <ap_prog@hotmail.com> - 2011-11-28 17:45 +1100
  Re: preload audio SAM <stephanemoriaux.NoAdmin@wanadoo.fr.invalid> - 2011-11-28 13:47 +0100
    Re: preload audio Stefan Weiss <krewecherl@gmail.com> - 2011-11-28 23:44 +0100
      Re: preload audio SAM <stephanemoriaux.NoAdmin@wanadoo.fr.invalid> - 2011-11-29 03:52 +0100
        Re: preload audio Andrew Poulos <ap_prog@hotmail.com> - 2011-11-29 17:38 +1100
          Re: preload audio SAM <stephanemoriaux.NoAdmin@wanadoo.fr.invalid> - 2011-11-29 12:17 +0100
            Re: preload audio SAM <stephanemoriaux.NoAdmin@wanadoo.fr.invalid> - 2011-11-30 10:50 +0100

csiph-web