A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Links

  1. #1
    Junior Member
    Join Date
    Aug 2000
    Posts
    18
    Hello
    I wonder how I can link different lines of text within the same movie to different URLs. It seems that the area of the entire movie will point to only one URL. Do I have to use buttons and, if so, can I have several buttons with different targets in one movie?
    Thanks in advance

  2. #2
    Senior Member
    Join Date
    Sep 2001
    Posts
    161
    Hi!
    The Picture Button is one of the ways that allow to aim towards any direction, using an Action in anyone of the options (Button Down, But-Up etc... The important thing I belive is to consider the Links Absolute or Relative.

    Another Way can be, To use Edit box, complemented with an action, example if anyone enters a word and it compares it with one predetermined, Example.
    If " GOTOURL" = "GOTOURL " THEN
    OPEN URL (Action Open Url)
    ELSE URL FAILURE
    END

    I hope for this help you in something
    Joseph.

  3. #3
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244

    linking

    Originally posted by kiron
    Hello
    I wonder how I can link different lines of text within the same movie to different URLs. It seems that the area of the entire movie will point to only one URL. Do I have to use buttons and, if so, can I have several buttons with different targets in one movie?
    Thanks in advance
    Use buttons. Each button has it's own properties for a link, look down at the bottom of the properties and add the action to the mouse up. If you want you can use standard text elements and place invisible buttons over them or just add seperate text to your buttons.

    Experiment

    Bret

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