A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: anyone plz i need help quick!!!

  1. #1
    Junior Member
    Join Date
    Sep 2000
    Posts
    13
    I am trying to make a button link to a specific web page.

    I have placed the following action in all instances of the button:

    on (release)
    Get URL (www.myaddresshere.com)
    end on

    Is there ANYthing else i have to do, any option i missed??
    I am using this for a "skip intro" button and a button link at the end of the movie.
    Any help is appreciated.

  2. #2
    Moderator
    Join Date
    Jul 2000
    Posts
    387
    sounds fine to me try http:// before the http://www.?

  3. #3
    Senior Member
    Join Date
    Sep 2000
    Posts
    250
    hey $hadow,

    if your code looks like that, then you need to put quotations around the address. and add the "http://". it should look like this:

    getURL("http://www.myaddresshere.com")

  4. #4
    Senior Member
    Join Date
    Sep 2000
    Posts
    250
    to insert the quotes, just make sure that it is not set as an expression.

  5. #5
    Junior Member
    Join Date
    Sep 2000
    Posts
    13
    umm...the address has quotes around it by default when i type it in.

  6. #6
    Senior Member
    Join Date
    Sep 2000
    Posts
    250
    i just mentioned it cause you didn't have them in the example you posted earlier up. just a thought.


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