Results 1 to 7 of 7

Thread: How to pause CU3er slideshow on mouseover

  1. #1
    Join Date
    Dec 2009
    Location
    NY NY USA
    Posts
    230
    Thanks
    158
    Thanked 1 Time in 1 Post

    Default How to pause CU3er slideshow on mouseover

    Have you guys any experience with adding pause to pre version 1.22 CU3ER slideshow?

    I made a website with a dreamtemplate that includes a pre version 1.22 of CU3ER, and I'm trying to add the pause feature to the slideshow on mouseover. On newer versions (1.22 and above), this is done by simply adding
    Code:
    <pause_on_rollover>true</pause_on_rollover>
    But on older versions like mine this doesn't work. Any help you guys could provide would be very much appreciated.

    Thanks,

    Kenny

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The support forum says to use a wrapper div and the native pause() play() methods of the script. If you've tried that without success, perhaps you were doing it wrong. I should be able to, while viewing the page, do a simple test in the console to see if it would work or not. If so I can show you how.

    If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    KennyP (10-11-2013)

  4. #3
    Join Date
    Dec 2009
    Location
    NY NY USA
    Posts
    230
    Thanks
    158
    Thanked 1 Time in 1 Post

    Default

    Thank you so much John. Yes, I did try, and obviously I didn't do it right. This is the site.

  5. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    No, it's not that you didn't do it right. It's that, with the version that page uses and the way that page invokes that version, there is no cu3er instance declared. Without that, there's no way to use its native pause() and play() methods.

    So, unless we can find a syntax that gives us a reference to the instance* using that version of cu3er, and it has those methods, you would have to update to 1.22 or later where this can be set in the xml file. I looked at the website:

    http://getcu3er.com/

    You have to sign up to get the latest version. That's free, but it's branded and has limited features unless you buy a pro license ($49).


    * I tried the obvious:

    Code:
    var CU3ER = swfobject.embedSWF("/cu3er.swf", "cu3er-container", "680", "453", "9", "expressInstall.swf", flashvars, attributes);
    But, as I say, there is no instance. swfobject.embedSWF returns undefined.

    It might need to have allowScriptAccess set to always and/or other things in order to get an instance reference and to be able to work with it. But even with that, it's unlikely that swfobject.embedSWF will return anything we can work with. The div itself might represent the instance, if we grant javascript. It doesn't now though, I tried that.
    Last edited by jscheuer1; 10-11-2013 at 11:34 AM.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  6. #5
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    OK, I looked into this a bit more and it appears this is the documentation for the version on that page:

    http://www.os-templates.com/document...er/cu3er-docs/

    There are no pause() or play() methods, so even if we could get an instance reference, we couldn't use it to pause or play the cu3er feature.

    So, I'm pretty sure you're going to have to either use a different slider or update to the current version and get a license for it.

    Another possibility is, those are the docs for v 0.9.2, if there's another totally free version between that and 1.22 available that allows for pause/play using the instance/wrapper or any other method, if you can find it, then you could use that. But it looks like the versions that allow that are all after licensing stopped being free, and that using the instance/wrapper method requires a paid version.

    Or, you can just leave it like it is, without the pause.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. #6
    Join Date
    Dec 2009
    Location
    NY NY USA
    Posts
    230
    Thanks
    158
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by jscheuer1 View Post
    OK, I looked into this a bit more and it appears this is the documentation for the version on that page:

    http://www.os-templates.com/document...er/cu3er-docs/

    There are no pause() or play() methods, so even if we could get an instance reference, we couldn't use it to pause or play the cu3er feature.

    So, I'm pretty sure you're going to have to either use a different slider or update to the current version and get a license for it.

    Another possibility is, those are the docs for v 0.9.2, if there's another totally free version between that and 1.22 available that allows for pause/play using the instance/wrapper or any other method, if you can find it, then you could use that. But it looks like the versions that allow that are all after licensing stopped being free, and that using the instance/wrapper method requires a paid version.

    Or, you can just leave it like it is, without the pause.
    Thank you so much for your kindness John. I had assumed that dearmtemplate came with a license for Cu3ber, but actually they don't. So I just went ahead and got a pro license. Am now usic their cpanel to re-configure the entire display.

    Thanks again,

    Kenny

  8. #7
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Since you've already gotten the license -

    With the current Pro version you can have a mouseover pause, as well as "new and more exciting transitions". But the feature of the current Pro version that seems most attractive to me is the javascript fall forward for devices (Apple touch devices mostly) that do not allow Flash. And it includes direct ticketed support as well.

    As much as I like to stay away from paid versions and commercial software in general, it seems like a pretty good deal.

    The only way to get a pause in the old unbranded free version would be to decompile the swf, add that capability and recompile it. And you still wouldn't have all of the other new features of the paid version.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Similar Threads

  1. Pause fade scroller on mouseover
    By Jeroen94 in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 07-29-2012, 05:02 PM
  2. Featured Content Slider v2.4 - pause on mouseover
    By Azteccoupe in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 03-02-2009, 03:44 AM
  3. Featured Content Slider v2.0 pause on mouseover
    By Wymo in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 06-26-2008, 01:57 PM
  4. Top-Down scrolling window - pause on mouseover?
    By Andrew in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 06-03-2006, 09:28 AM
  5. Fade-in image slideshow ? add mouseover PAUSE
    By joevideo in forum Dynamic Drive scripts help
    Replies: 8
    Last Post: 10-29-2005, 03:20 PM

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
  •