A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: help! how do you create a pop up window of a predefined size

  1. #1
    Senior Member
    Join Date
    Nov 2001
    Posts
    237

    help! how do you create a pop up window of a predefined size

    Hi people, please help….
    Can anyone tell me the code that is needed to open a url in a new window from a flash file, the window that opens needs to be of a predefined size though? Like a small pop up window…or .if anyone knows a good tutorial or movie that shows how to do it ….
    Thanks
    Meanie_22

  2. #2
    Junior Member
    Join Date
    Oct 2002
    Posts
    10
    place this script in your getURL action

    javascript:NewWindow=window.open(' YOUR FILENAME ','WINDOW NAME','width=400,height=200'); NewWindow.focus();
    void(0)

    obviously replacing the caps words with your info.

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