Results 1 to 2 of 2

Thread: Simple Controls Gallery 1.3 custom control navigate()

  1. #1
    Join Date
    Dec 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Simple Controls Gallery 1.3 custom control navigate()

    1) Script Title: Simple Controls Gallery

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...plegallery.htm

    3) Describe problem: I use the custom control navigate() for next, prev and first/last links. Now i want simple controls gallery to stop (pause) when i click one of those. After i click pause/play it should continue.

    Can someone help me?

    thx a lot.

    greets pepe

  2. #2
    Join Date
    Dec 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I found a solution for prev and next.

    Code:
    else if (/(prev)|(next)/i.test(keyword)){	
    		this.setting.autoplay[0] = false
    		this.setting.ispaused = true
    			this.showslide(keyword.toLowerCase())
    		}

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •