A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: pop-up html window

  1. #1
    Senior Member EYE-YAD's Avatar
    Join Date
    Apr 2002
    Location
    EYE-WORLD
    Posts
    115

    pop-up html window

    greetings,

    how i can make a flash button when clicked will show a pop-up html window (not the same window where the flash site is)?

    thanx

  2. #2
    Junior Member
    Join Date
    Aug 2002
    Posts
    13

    ur pop up window

    okay, this is fairly simple. all u have to do is double click on ur button and in the code section enter the following:

    on (release) {
    getURL ("the name of the file.(it's extension; ie: swf, html etc)", "_blank");
    }


    and that should do the trick


    shaolin_goon

  3. #3
    Senior Member EYE-YAD's Avatar
    Join Date
    Apr 2002
    Location
    EYE-WORLD
    Posts
    115
    thanx alot

  4. #4
    FK's Super Loquacious Randomite ad_mtk2's Avatar
    Join Date
    Jun 2001
    Posts
    1,273
    There is a great link here for everything you need:

    http://www.flash-db.com/PopUp/

    just copy and paste the code at the bottom.



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