Results 1 to 7 of 7

Thread: Pause on Mouse Over

  1. #1
    Join Date
    Jun 2005
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Pause on Mouse Over

    Anyone know of a way to pause this script either with a mouse over or a button. Anything?

    Thanx.

    http://www.dynamicdrive.com/dynamici...nslideshow.htm

  2. #2
    Join Date
    Jul 2005
    Location
    cali
    Posts
    95
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You are in the wrong place....

    but, try this code

    Code:
    //Pause slideshow onMousever (0=no. 1=yes)?
    var pauseit=1
    Code:
    var slideshow_width='140px' //SET IMAGE WIDTH
    var slideshow_height='225px' //SET IMAGE HEIGHT
    var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)
    insert here
    Last edited by bubba.daniel; 07-04-2005 at 06:17 PM.

  3. #3
    Join Date
    Jul 2005
    Location
    cali
    Posts
    95
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    tested and it does work

  4. #4
    Join Date
    Jun 2005
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Pretty confused here. So after I set the variable....where and what do I place for the mouseover code.

  5. #5
    Join Date
    Jul 2005
    Location
    cali
    Posts
    95
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Pretty confused here. So after I set the variable....where and what do I place for the mouseover code.
    This is what you need.

    var slideshow_width='140px' //SET IMAGE WIDTH
    var slideshow_height='225px' //SET IMAGE HEIGHT
    var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)
    //Pause slideshow onMousever (0=no. 1=yes)?
    var pauseit=1
    As i originally posted it.. i tested it in IE6 FX and Mozilla and it works.

    If you have problems just post them lol..

  6. #6
    Join Date
    Jun 2005
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Let me get this straight...if I create a variable call pauseit and set it to 1...that will pause the slideshow?
    Wouldn't I need to add additional code to the script?

  7. #7
    Join Date
    Jul 2005
    Location
    cali
    Posts
    95
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I don't think so.. but i could be wrong, i added that what i put to a test page and it worked fine for me.

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
  •