Rotate my 3 images slide show after x seconds

Discussion in 'Programming' started by ASTRAPI, Aug 27, 2010.

  1. #1
    Hello

    I have on my homepage an image slide show with 3 pictures and a left and second button that rotates them.

    http://i37.tinypic.com/zls1tk.png

    I want to auto rotate them after x seconds and the buttons remane there and working also :)

    Send me your offers :)


    Thank you
     
    ASTRAPI, Aug 27, 2010 IP
  2. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #2
    You can do it by using JavaScript setTimeout() method. Call the rotate function every x seconds like this: setTimeout("rotate()",3000);
     
    s_ruben, Aug 27, 2010 IP
  3. ASTRAPI

    ASTRAPI Guest

    Messages:
    500
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    No idea where to add this code and how to configure it :(
     
    ASTRAPI, Aug 27, 2010 IP
  4. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #4
    Write here your code and I will add rotate function in it.
     
    s_ruben, Aug 27, 2010 IP
  5. ASTRAPI

    ASTRAPI Guest

    Messages:
    500
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Pm send :)
     
    ASTRAPI, Aug 29, 2010 IP
  6. ASTRAPI

    ASTRAPI Guest

    Messages:
    500
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    At the moment nothing

    I have the code ready and working great and i just need to place it on the correct place and replacing the old one :)
     
    ASTRAPI, Sep 1, 2010 IP