Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Flash General Questions > Other Flash General Questions

Reply
 
Thread Tools Rate Thread Display Modes
Old 02-10-2001, 06:16 PM   #1
empty
Registered User
 
Join Date: Feb 2001
Posts: 1
Default

Could someone please tell me how to get a pop-up window to open in the center of my screen?
empty is offline   Reply With Quote
Old 02-10-2001, 11:59 PM   #2
mgb
New Member
 
Join Date: Jan 2001
Posts: 245
Default

<SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">

leftPos = 0
topPos = 0
if (screen){
leftPos = (screen.width-50)/2
topPos = (screen.height-150)/2
}


newWindow = window.open('yourfilename.html','newWin','width=50 ,height=150,scrollbars=no,resizable=no,top='+topPo s+',left='+leftPos+',toolbars=no')
</SCRIPT>
</head>


If you put this in the head section of your page it will launch a new window center screen. Just change the values; width - 50 height -150 to the values you have for the width and height of your movie popup.

mgb

[Edited by mgb on 02-11-2001 at 08:41 PM]
mgb is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
rotating movieclip around its center point, but regrestion point is not at the center advika ActionScript 1.0 (and below) 1 08-31-2006 09:33 AM
always center swf ivan Other Flash General Questions 1 12-10-2005 04:04 PM
rotation around center point Electric Dandy ActionScript 2.0 2 11-24-2005 05:12 PM
Center Projector (how to use pattern in caption?) BadBadNeil Projectors and CDs 2 11-17-2004 01:00 AM
controling the center point of a ratating nav system SeanPaul72 ActionScript 1.0 (and below) 0 02-19-2003 02:09 AM


All times are GMT. The time now is 10:01 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.