index.html

html · 61 lines · part of Mixer · raw

<html>
<head>

<style>

body,td
{
  font-family: verdana;
  font-size: 10px;
}

</style>

</head>
<body background="bg.gif" text="#000000" bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">

<table cellspacing="0" cellpadding="0" border="0" width="400" align="center"><tr><td>

<OBJECT style="position:absolute;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 WIDTH="400" HEIGHT="400" id="mixer" ALIGN="">
 <PARAM NAME=movie VALUE="cubes7.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=scale VALUE=noborder> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#660033> <EMBED src="mixer.swf" quality=high scale=noborder wmode=transparent bgcolor=#660033  WIDTH="400" HEIGHT="400" NAME="mixer" ALIGN=""
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>

<img src="images/clr.gif" width="1" height="60">

<table cellspacing="0" cellpadding="0" border="0"><tr>
  <td><img src="images/clr.gif" width="110" height="1"></td>
  <td>

<p>
  <b>A Test Flash page</b>
</p>

<p>
  The flash movie is overlayed onto the HTML page, which can be used for all sorts of stuff, including:
</p>

<ul>
  <li>Vector-based graphic objects with proper alpha blending
  <li>Pop-up menus
  <li>'Fun' animations which follow the cursor or animate over the page in some way
</ul>

<p>
  This effect is acheived by exporting the flash in transparent window mode and then simply putting this style in the OBJECT tag:
</p>

<code>
  &lt;OBJECT ...blah... style="position:absolute;"&gt;
</code>

  </td>
</tr></table>

</td></tr></table>

</body>

</html>