A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: How to center Pop-up so it's not half off screen?

  1. #1
    Member
    Join Date
    Jan 2004
    Posts
    53

    How to center Pop-up so it's not half off screen?

    How do you get a pop up to be centered so it isn't half off the screen?

    Or

    How can you have a pop-up fit the entire screen with tool bar, scrollers, etc. Just like it would look if you did a geturl blank.

    I can't use geturl blank because when closing the window it pops up asking if you want to close it. annoying.

    Thanks

  2. #2
    Senior Member
    Join Date
    Sep 2001
    Posts
    102
    swish/swishmax popup generator: LINK

    closing a popup add this javascript to a button:

    parent.opener=top;parent.close();

    this way the popup asking if you want to close it will not show.

  3. #3
    Member
    Join Date
    Jan 2004
    Posts
    53
    Damn that was quick just what I was looking for.


    How can I add the tool bar to the top?

  4. #4
    Member
    Join Date
    Jan 2004
    Posts
    53
    Worked on all my pop up except the movie that I made that is 980 wide by 1640 long.

    The reason I made it so long was so I can use the IE scroller.

    When I use the code generated from that site it doesn't work.

    If I resize the window by double clicking on the blue bar at the top of the window or box inbetween the dash and X at the top of the window you can scroll down with no problem.

    If you don't resize the window so it fits the full screen the scroll doesn't work right.

    Any help?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center