|
Embed Quicktime Audio Gem
There are several uses for embedding audio in your stories.
The most common use is entertainment. Having a nice beat playing in the
background of the page to enhance the content. You may also have
language classes and want to teach correct pronunciations of words.
Music teachers have also embedded audio to get a taste of different
sounds around the world.
- Log in to your site.
- Upload
your audio file as a Manila Gem.
- There
are several allowable audio formats. Vist Apple's QuickTime
site for more information.
- Allow 3
tags under "Prefs", "Advanced", then "Legal Tags".
- Put a check
next to 'embed'
- 'param'
- 'object'
- Submit your changes
- Insert the following HTML code in your story. (If
you are using the WYSIWYG editor in Internet Explorer or Netscape, make
sure you click the option to view HTML source FIRST! Then check it back
to the normal view before you submit your changes.) Change the value of
the PARAM "src" to reflect the URL of your uploaded audio file
(indicated in red below). You will
want to put the same URL in the "src" section of the embed tag
(indicated in green below). This
code will allow both Windows and Macintosh users with Quicktime to
enjoy the audio.
<OBJECT
CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
WIDTH="200" HEIGHT="15"
CODEBASE="http:\//www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="http://manila.esu10.org:8000/gems/manilaSupport/trumanjapan.mp3">
<PARAM name="AUTOPLAY" VALUE="false">
<EMBED SRC="http://manila.esu10.org:8000/gems/manilaSupport/trumanjapan.mp3"
WIDTH="200" HEIGHT="15" AUTOPLAY="false">
</EMBED> </OBJECT>
Special Note: Embedded content usually
requires a
special plug-in that the viewer will need to have installed before they
can experience the content. Quicktime is a cross-platform application
that can be downloaded for free if it is not already installed. To
obtain the latest free version, you can include the button below in
your story by typing "Get Quicktime", including the quotes.
|