Introduction to HTML
Playing Background Audio Files
using a META refresh
Copyright © 2000 - 2002 Randy D. Ralph.  All rights reserved.
  RETURN Forms   Course Contents  
In place May 27, 2000.

META refresh -

<HEAD>
  <META HTTP-EQUIV="refresh"; CONTENT="5; URL=../sounds/midi/p_presto.mid">
</HEAD>

Yields -

Automatic background playback of Paradisi's Toccata in A, Presto for harpsichord.

The META refresh included within the <HEAD> Document Segment of this HTML file begins the background playback of audio file p_presto.mid after five (5) seconds have elapsed.  The placement of the double quotes is critical.  The specified URL can be relative or absolute.


You are here:  Intro to HTML   »   Audio   »   META refresh   «