A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Can anyone show me that trick

  1. #1
    We all have seen http://www.egomedia.com

    now how do they create their browser fullscreen that ure windows task bar is still visible?
    help plz

  2. #2
    Senior Member
    Join Date
    Jan 2001
    Posts
    591
    To make the popup window fill the entire screen
    Put this in the Get URL field

    javascript:window.open('link.html','window_name',
    'width='+(screen.width - 10)+',height='+(screen.height -
    30)+',top=0,left=0,directories=0,fullscreen=1,loca tion=0,menubar=0,scrollbars=0,status=0,toolbar=0') ;
    void(0);
    To change any attributes, change the 0 to a 1:
    menubar=1
    You can also use YES and NO instead of 1s and 0s
    Check out and download my FAQ tutorial
    I call it "arsenal"
    http://www.san-fran.com/tutorials/fl...lmenu_wframes/

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