A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: [F8] Error with basic HTML link

  1. #1
    Senior Member
    Join Date
    Nov 2004
    Posts
    286

    [F8] Error with basic HTML link

    I have a list of links on a page in flash, and each has a button over it that is to open a new page with the link.

    The problem is that when clicked, the new page comes up "www.addressname.com,_blank,0"

    WTF am I doing wrong? I have always done html links that way without issue.


    Can someone please help? I have done a search, but everything seems to involve javascript popup windows.

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    what code are you using ?

    the code you should be using is -
    getURL("http://www.addressname.com","_blank");

  3. #3
    Senior Member
    Join Date
    Nov 2004
    Posts
    286
    on (press) getURL("http://www.addressname.com","_blank");
    }

    Thats what I just put there, but it gives me errors

  4. #4
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    does this link work for you ?
    http://www.jackleaman.co.uk/flash/two/geturl.html

    the top two buttons open a _top and a _blank window
    the bottom two are pop ups

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