pop up window position
I'm new to the site so please bare with me.
I have completed the "Centred PopUp Window" tutorial and was wondering if you can change the popup position to the top left of the screen so it won't obscure the Flash Animation that will be playing on my web page.
http://www.kirupa.com/developer/mx/centered_popup.htm
Thanks in advance.
Best,
Clinton
on (release) {
getURL ("javascript:NewWindow=window.open('yourpage.html',' newWin','width=420,height=580,left=0,top=0,toolbar =No,scroll=No,location=No,scrollbars=No,status=No, resizable=No,fullscreen=No'); NewWindow.focus(); ");
}
Then you can in place of "0" you can put left=20 and top=10 for example.
This script however does not seem to work in Flash 8.
I'm afraid I'm using Flash 8. I'll have a bash at creating some code again.
Cheers
#If you have any other info about this subject , Please add it free.# |