A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Open a second window with GetURL

  1. #1
    Junior Member
    Join Date
    Jun 2000
    Posts
    3
    Hi, there

    In my flash movie i use several buttons to open several windows.

    My problem:
    If i open one window everything will be fine but if i open another window without closing the first one the contents of the second window loads into the first one.

    What can i do? I use the newwin function, for example:

    function newwintt()
    {
    window.open("ticket.html","beatbox","toolbar=0,loc ation=0,directories=0,status=0,menubar=0,scrollbar s=0,resizeable=0,width=510,height=350")
    }

    I always chance the last to letters of the newwinxx function for every new window.

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    234
    send me the files to [email protected]
    i'll take a look as soon as i can

  3. #3
    Junior Member
    Join Date
    Jun 2000
    Posts
    17

    Smile hehehe

    Change the name "beatbox" which is the name of the window u are opening. Use a new name for each window u wish to open.

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