Animated Gif Clickable for different images

Discussion in 'Graphics & Multimedia' started by MattBOnline, May 15, 2013.

Thread Status:
Not open for further replies.
  1. #1
    Hi,

    I want to design something like the animated gif here:
    http://www.tomtom.com/en_gb/

    I know how to design an animated gif. I know how to change the images in the gif. But I do not know how to change the clickable link for each image. For example, if there are 4 images that appear for 4 seconds each how do I make 4 different links each time the image changes. ie. specific link for each image?

    Hope you can help,

    Matthew.
     
    MattBOnline, May 15, 2013 IP
  2. AdamUK89

    AdamUK89 Active Member

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    90
    #2
    Hello Matt,

    This should work for you:

    
    <a href="link.com" alt=""><img src="images/animation1.gif"></a>
    <a href="link.com" alt=""><img src="images/animation2.gif"></a>
    <a href="link.com" alt=""><img src="images/animation3.gif"></a>
    <a href="link.com" alt=""><img src="images/animation4.gif"></a>
     
    Just wrap the <a href=""> </a> code around the image and you should be fine.
    
    Code (markup):
    Hope this works for you, if this is not what you meant please explain further and ill do my best to help you.

    Regards,
    Adam
     
    AdamUK89, May 16, 2013 IP
  3. sarahk

    sarahk iTamer Staff

    Messages:
    28,807
    Likes Received:
    4,534
    Best Answers:
    123
    Trophy Points:
    665
    #3
    This content got lost in the outage. The short version is that the tomtom site uses flash to control the banner and that animated gifs can't point to different urls. We recommended the OP used a slider or flash.
     
    sarahk, Jun 4, 2013 IP
Thread Status:
Not open for further replies.