Hi everyone.
It is a simple question: how can a pop up be centered in 800x600
and in 1024x768 (or any other) resolution? This is the script of the flash button:
ActionScript Code:
on (release) {
getURL("javascript: openNewWindow('Main.htm','thewin','height=420,width=720,left=60,top=110,toolbar=no,scrollbars=yes')");
}
With the (left=60,top=110) the pop up appears centered in a 800x600 resolution, but not in 1024. There must be a way to center the pop up relatively to any resolution.
Do you know how?
Any help will be really appreciated.
Thanks in advanced.
-Xansi