A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: script to open separate browser question

Hybrid View

  1. #1
    Junior Member
    Join Date
    Dec 2003
    Posts
    25

    script to open separate browser question

    Hey there folks....sorry to clog the airwaves with such a simple question:

    I am needing to know the script to open a separate browser. I know how to write script that will create a popup window, but not script to open another fully functional explorer/netscape that doesn't replace the page the viewer is already at (a link to amazon.com, for example, that doesn't displace my own page).

    thank you oh gods and goddesses of Flash.

  2. #2
    Newbie Infantry infantry's Avatar
    Join Date
    Jan 2003
    Location
    Chi-Town
    Posts
    258
    Do you mean this:

    Code:
    getURL("http://www.amazon.com", "_blank");
    I'm still learning Flash!

  3. #3
    Junior Member
    Join Date
    Dec 2003
    Posts
    25
    that's the one. thanks a lot.

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