I just remade the main laucher page on my website. I was wondering if you could tell me what you think. New Opening.
I am also having a problem with popups.:puzzle: If I launch the main flash page as a pop up, other pop ups dont work from that pop up. Here is the code I have on the HTML.
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function Launch(page) {
OpenWin = this.open(page, "Max", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=300,height=300");
}
// End -->
<!-- Begin
function OPENFLASH(page) {
OpenWin = this.open(page, "Max", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=1024,height=800");
}
// End -->
</SCRIPT>