Announcement

Collapse
No announcement yet.

Slide show - SPEED INCREASE

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Slide show - SPEED INCREASE

    Friends

    I need someone to help me with this small scritp . When a button is clicked, slide show increase speed . Can someone help me with this ?

    Thank you in advance .

    Robb

  • #2
    Originally posted by Robb View Post
    Friends

    I need someone to help me with this small scritp . When a button is clicked, slide show increase speed . Can someone help me with this ?

    Thank you in advance .

    Robb
    Sadly I can't see any function that will let you do this, best bet is when doing the first load of slides have them with the sleep command so your able to then lower the sleep command to make it faster
    Plugins or Sources MokoX
    BunnyHop Here

    Comment


    • #3
      PHP Code:
      SlideShow.SetProperties("SlideShow1", {Interval=100}); 
      With Interval you can change it's speed.

      Comment


      • #4
        Originally posted by Ham View Post
        PHP Code:
        SlideShow.SetProperties("SlideShow1", {Interval=100}); 
        With Interval you can change it's speed.
        Nice one Ham I can use that as well :yes

        Comment


        • #5
          Originally posted by Ham View Post
          PHP Code:
          SlideShow.SetProperties("SlideShow1", {Interval=100}); 
          With Interval you can change it's speed.
          Nice catch there Ham, I missed that one
          Plugins or Sources MokoX
          BunnyHop Here

          Comment


          • #6
            Hi Ham

            Thank you a lot for the help and support ! The code you provide has solved my problem 100% ! Really nice !

            Best to you friend!

            Robb

            Comment

            Working...
            X