A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: hyperlink help!!!

  1. #1

    hyperlink help!!!

    can anyone help with hyperlink

    if i have the script to get url

    on (press) {
    getURL("http://www.hopies.co.uk/", "");
    }

    it pops up saying can not get site due to plugin settings how can i stop this without changing settings?

    i need it to do this so others dont get the message saying cannot get site until they cange their settings but might not want to and ignore the link get my drift?
    The one that smiles when things go wrong, Has thought of someone to blame it on

  2. #2
    Working On An Online RPG grimm 88's Avatar
    Join Date
    Sep 2007
    Location
    Nowhere
    Posts
    280
    it should just be:

    on (press) {
    getURL("http://www.hopies.co.uk/");
    }

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