<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014434" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014434</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/playing-consecutive-wav-files#comment-1083216</link>
    <description> &lt;p&gt;Adam,&lt;/p&gt;
&lt;p&gt;Thanks for the help.  I was able to figure out a way to play the wav files consecutively.  I just created to functions, one that plays file x, the other that calls that function consecutively to play file 0,1,2,etc.  Each call is in a setTimeout with increasing delay times to account for the playing of the file in front of it, i.e.&lt;/p&gt;
&lt;p&gt;setTimeout(&quot;playit(0)&quot;,1000);&lt;br /&gt;
setTimeout(&quot;playit(1)&quot;,2000);&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
.&lt;br /&gt;
etc.&lt;/p&gt;
&lt;p&gt;Maybe a little archaic, but it works!  Thanks again&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Jun 2001 23:33:34 +0000</pubDate>
 <dc:creator>Bob</dc:creator>
 <guid isPermaLink="false">comment 1083216 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/playing-consecutive-wav-files#comment-1083214</link>
    <description> &lt;p&gt;You could use a play list. Many of the streaming platforms support this (Real, Microsoft, QuickTime, etc). However if you want to use WAV&#039;s you&#039;ll need to be a little more inventive. The only two ways I can think of would be separate HTML pages for each wav with a timed refresh or you could use JavaScript and make it so they get a different WAV file each time the page is loaded (still using the time refresh).&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Jun 2001 19:05:27 +0000</pubDate>
 <dc:creator>Adam Oberdorfer</dc:creator>
 <guid isPermaLink="false">comment 1083214 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
