rissac
01-04-2002, 05:11 PM
I'm using a button on my splash page that will pop up my main internet site page at a specific size. The problem is I can't get the movie which is a Flash movie to be centered on the HTML page. Below is the script I'm using to call the HTML page.
Java Script:
<script language="JavaScript">
<!--
function NewWin(URL, WinName) {
myNewWin=open(URL, WinName, 'toolbar=no,location=no,directories=no,status=yes,scrollbars=no,resizable=no,width=900,height=500'); }
Button Action
<a href="javascript:NewWin('http://www.sergeeustache.com/FlashSite.html')"><img src="Images/Enter_Button.gif" width="121" height="28" align="left" hspace="180" border="0"></a></td>
You will be able to see what I talking about if you go to my site at http://www.sergeeustache.com
Thanks
Java Script:
<script language="JavaScript">
<!--
function NewWin(URL, WinName) {
myNewWin=open(URL, WinName, 'toolbar=no,location=no,directories=no,status=yes,scrollbars=no,resizable=no,width=900,height=500'); }
Button Action
<a href="javascript:NewWin('http://www.sergeeustache.com/FlashSite.html')"><img src="Images/Enter_Button.gif" width="121" height="28" align="left" hspace="180" border="0"></a></td>
You will be able to see what I talking about if you go to my site at http://www.sergeeustache.com
Thanks