Content Supported by Sourcelens Consulting
<html>
<BODY bgColor=#ffffff leftMargin=40 link=#500000 vLink=#505050>
<FONT FACE="Verdana, Arial, Helvetica" SIZE=2>
<FONT SIZE=4 COLOR=#500000>Behind the Scenes</FONT>
<P>This example has only one file:
<UL>
<LI>MMedia.htm contains enhancements for and links to
multimedia effects.
</LI></UL>
<P>The first two multimedia enhancements in this file are
from HTML tags. The first one is used to set the background sound that is played
when this page is loaded in the browser:</P><FONT face=Courier><BGSOUND SRC=Utopia.wav>
</FONT>
<P>The second enhancement plays an AVI file continuously in
the page using a Microsoft(r) Internet Explorer enhanced version of the
<FONT face=Courier><IMG> tag:</P><IMG
DYNSRC="Earthsml.avi" LOOP=Infinite></FONT>
<P>The next multimedia enhancement in this file uses the
Microsoft ActiveMovie control, directly embedded in the page so that a separate
program does not need to run.
<P>The following settings load the multimedia file,
Clouds.avi, into the player and set properties of the object to control how the
object is displayed and run:</P>
<P>
<FONT face=Courier><OBJECT
ID="ActiveMovie1" WIDTH=267 HEIGHT=155
CLASSID="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A">
</FONT>
<FONT face=Courier><BR>
<PARAM NAME="_ExtentX" VALUE="7038"> <BR> <PARAM NAME="_ExtentY"
VALUE="4101"> <BR> <PARAM
NAME="ShowDisplay" VALUE="0"> <BR> <PARAM NAME="AllowHideDisplay"
VALUE="0"> <BR> <PARAM
NAME="AllowHideControls" VALUE="0"> <BR> <PARAM NAME="AutoStart" VALUE="0"> <BR> <PARAM NAME="AutoRewind"
VALUE="1"> <BR> <PARAM
NAME="Appearance" VALUE="0"> <BR> <PARAM NAME="FileName"
VALUE="Clouds.avi"> <BR> <PARAM
NAME="AllowChangeDisplayMode" VALUE="0"> <BR> <PARAM NAME="DisplayForeColor"
VALUE="0"> <BR></OBJECT>
</FONT></P></FONT>
</BODY>
</html>