Embedded Media Examples
Embedding multimedia files into a web page causes a plugin to be
loaded into the page itself. While this can add a more professional
look to a web page and access to the rest of the content while the
media file is playing, it also has some drawbacks, including slower
page loading and slightly more complicated HTML.
A wav file would look as follows when embedded:
For a more complete list of options for the <EMBED> tag, type
"embed tag" into your favorite search engine or go to this
tutorial.
An embedded Real Audio File is slightly more complicated. To embed
a Real Audio file to be streamed, create a metafile (ram file)
following the examples in the Streaming
Multimedia section. The following code will embed the file into
the web page:
<EMBED SRC="sample2.ram" TYPE="audio/x-pn-realaudio-plugin" AUTOSTART="false" WIDTH=400>
|
producing: