A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: POP-UP Window Exact Fit

  1. #1
    Junior Member
    Join Date
    Nov 2002
    Posts
    7

    POP-UP Window Exact Fit

    Hi all,

    I'm hoping someone can help me with this. I've created a Flash MX movie that is 480 x 360. It has an image with a scrolling diary, so when I have this popup I need it to be exactly this size. Here's the code I have written to have it pop up:

    function pop3(){window.open("http://www.corday.net/cordaydiary.html","","height=360,width=480,left=0, top=0");}

    When I click on this it does pop up, but it is not coming up the exact size. It is adding space to the top & left and it is cutting off my right side a little bit.

    Can someone please tell me what I am doing wrong?

    Thanks so much!!

    Tracy

  2. #2
    One day older, one day wiser rafiki55's Avatar
    Join Date
    Jun 2001
    Posts
    635
    welcome to Flash Kit.

    Technical questions do not belong in the boardroom. Try one of the help forums.

    A moderator will help you move this thread

  3. #3
    Junior Member
    Join Date
    Nov 2002
    Posts
    7
    Hi again,

    Okay, I have everything figured out now except for Internet Explorer on the MAC side. This works fine now with Netscape on both Mac & PC & also fine with IE on the PC side, but it is still putting extra space at the bottom & the right side when using IE for MAC.

    Does anyone have any suggestions?

    Thanks,

    Tracy

  4. #4
    Modding with Class JabezStone's Avatar
    Join Date
    Aug 2000
    Location
    Grand Rapids, MI
    Posts
    2,008
    Moved from Boardroom.

  5. #5
    Former Employee of Satan Napalm's Avatar
    Join Date
    May 2000
    Location
    Stellenbosch, South Africa
    Posts
    561
    In your body tag put in topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" - that should fix your problems
    Never underestimate the power of stupid people in large groups

  6. #6
    Junior Member
    Join Date
    Nov 2002
    Posts
    7
    Hello,

    I've done that and it works on everything except IE for MAC. Do you know of anything else I should do?

    Thanks!!

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