Here's a bit more info on how to do this
Use this code in your page, or your clients page rather:
<DIV STYLE="position:absolute; left:100px; top:100px; width:200px; height:200px; z-index:1">
<IFRAME SRC="blank.html" NAME="IFRAME" WIDTH="200" HEIGHT="200" BOTTOMSCROLL="NO" FRAMEBORDER="1">
</IFRAME>
</DIV>
This can go very first in your html coding. It is a layer so it won't nessessary get put after something else you've created. You will want to change the position of where this gets placed as well as the appropriate width and height. Remember make the width in the <DIV> tag the same as the Width in the <IFRAME> tag, and the same for the height.
Then for each link, do the following
<A HREF="movie1.mov" TARGET="IFRAME">MOVIE-1</A><BR>
<A HREF="movie2.mov" TARGET="IFRAME">MOVIE-2</A><BR>
<A HREF="movie3.mov" TARGET="IFRAME">MOVIE-3</A><BR>
<A HREF="movie4.mov" TARGET="IFRAME">MOVIE-4</A><BR>
<A HREF="movie5.mov" TARGET="IFRAME">MOVIE-5</A><BR>
<A HREF="movie6.mov" TARGET="IFRAME">MOVIE-6</A><BR>
If you not want them listed vertically then you could use   for spacing it horizontally.
Hope this helps.
![[deejay] [deejay] [deejay]](/data/assets/smilies/deejay.gif)
Nate
"If you're not living on the edge, you're taking up too much space!"