First page Back Continue Last page Graphics
Using the Anchor Tag
<a href="music.mp3">Click here to listen</a>
<a href="movie.mov">Click here to view</a>
<a href="movie.asf">Click here to view</a>
<a href="music.ram">Click here to listen</a>
Advantages:
- Page loads instantly. No waiting for large files to download in the background.
- Works with all browsers, even version 1.1N
Disadvantages:
- Requires plug-ins or players
- Can't adjust the height/width or location of the video/sound.