A web browser uses the last part of the file name to know the file type, then looks at its preferences to find out how to deal with the sound.
Save the sound as Audio IFF in SoundEdit (or your favourite sound program) and name it mygreatsound.aif.
An Example:
<A HREF="dlsound.aif">here try this!!</A>
Save the sound as a QuickTime movie in Movie Player 2.5, name it mygreatsound.mov, then process it with Internet Movie Tool.
An Example:
<A HREF="dlsound.mov">here try this!!</A>
<META HTTP-EQUIV="Refresh" CONTENT="?; URL=URL">
Use 0 for the question mark (?) - the time to wait and use the name of the sound you want as the URL. See Moisture, Wind, Temperature and Light for an example.
Save the sound as Audio IFF in SoundEdit (or your favourite sound program) and name it mygreatsound.aif. There is documentation on page 212 of the HTML book.
An Example:
<EMBED SRC="dlsound.aif" CONTROLS=smallconsole WIDTH=144 HEIGHT=15>
Again save the sound as an AIFF in SoundEdit (or your favourite sound program), name it mygreatsound.aif. There is was extensive documentation on the LiveAudio Syntax page. If you know of a page containing Live Audio Syntax please email me. Options that can be used include: HIDDEN=TRUE (hide the sound), AUTOSTART=TRUE (start playing it when it is loaded) and LOOP=TRUE (loop the sound).
An Example:
<EMBED SRC="asound.aif HIDDEN=TRUE AUTOSTART=TRUE>
Save the sound as a QuickTime movie in Movie Player 2.5, name it mygreatsound.mov. There is extensive documentation on the QuickTime site in the web developers page. Options that can be used include: HIDDEN (hide the sound), AUTOPLAY=TRUE (start playing it when it is loaded) and LOOP=TRUE (loop the sound).
An Example:
<EMBED SRC="dlsound.mov" HIDDEN AUTOPLAY=TRUE>
Valid for Fall/Winter 2003-2004
The material contained in this site is copyright and owned exclusively by Don Sinclair and members of the FACS teaching team.
Last modified on 14-Nov-03 at 9:28 AM.
| I am in the process of overhauling this section. Many pages are outdated. - don |