External Files, Mutlimedia, and Animation

Using External Media in HTML

To point to an external media file from a web page, you link to the file just as you would any other document, by using the tag and the HREF attribute. The path to the external file is a pathname or URL just as you would use if the file were another HTML document, and the text inside the link describes the file you're linking to. Example:
<A HREF="some_external_file">A media file.</A>
When you referance one of these files, the browser passes it to the plug in that handles it.


Sound Files

Here's a sample Here