A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 23 of 23

Thread: launching popup windows from flash

  1. #21
    Junior Member
    Join Date
    Nov 2001
    Posts
    28

    Smile 2 words: nice!!

    HAHAHAHAHAHAHAHA

    oh my god sitemakerusa.......that is too hilarious!!! yeah that is pretty much what i am trying to accomplish. anyone who needs a nice 'working' example for popup windows should definitely visit this url:

    again, removed

    nice! hahahaha i love it

    <mod edit> I didn't, nor do the owners of this site.
    david p.

    [Edited by david petley on 06-07-2002 at 11:58 PM]

  2. #22
    For medicinal use only.
    Join Date
    Apr 2002
    Posts
    33
    try this...
    i don't know how many buttons u have but lets just say u have 3 buttons that allow u to pop-up 3 different sized windows, button 1 = 200x200, button 2 = 400x400 and button 3 = 600x600.

    for buttom 1 use:

    on(release){
    getURL("JavaScript:window.open('http://www.your_url.com/page1.html','name_your_window','height=200,width=2 00');void(0);");
    }


    button 2:

    on(release){
    getURL("JavaScript:window.open('http://www.your_url.com/page2.html','name_your_window','height=400,width=4 00');void(0);");
    }

    button 3:

    on(release){
    getURL("JavaScript:window.open('http://www.your_url.com/page3.html','name_your_window','height=600,width=6 00');void(0);");
    }

  3. #23
    N' then I might just
    Jump back on
    An' ride
    Like a cowboy
    Into the dawn
    ........To Montana.
    david petley's Avatar
    Join Date
    Jun 2000
    Location
    not in Montana ™
    Posts
    10,192
    Hi all,
    G13 material only, if your not sure what that is, contact me, I will be happy to explain what is acceptable here.

    this section of the rules everyone agrees to when they join Flashkit should help you figure out what is ok and what is not.....

    You agree, through your use of this service, that you will not post any material which is knowingly false and/or defamatory, inaccurate, abusive, vulgar, hateful, harassing, obscene, profane, sexually oriented, threatening, invasive of a person's privacy, or otherwise violative of any law.

    david p.

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