Hello everybody, i'm just starting to learn javaScript, so i'm not able to correctly analyze the script just yet, what i am trying to accomplish is for this slideShow to NOT pause on mouse over, i don't know if that is possible, or if any modification can be done to the script to make this happen. i'm hoping that someone here with more JS knowledge can make it work for me ( i tend to think coding is actually fun, when you actually know what you are doing, that is) So I'll leave the script here just in case anybody is able to help or point me to more information about this [maybe it is not even possible, who knows ] here 's the code: ------------------------------------------------------------------------------------------------- <script type="text/javascript"> window.addEvent('domready', function() { SqueezeBox.initialize({}); $$('a.modal').each(function(el) { el.addEvent('click', function(e) { new Event(e).stop(); SqueezeBox.fromElement(el); }); }); }); window.addEvent('domready', function() { $$('a[href^=#fprrpopup]').each(function(el) { el.addEvent('click', function(e) { new Event(e).stop(); SqueezeBox.fromElement(el,{parse: 'rel'}); }); }); }); if (typeof(__jQuery__) == "undefined") { var __jQuery__ = jQuery; } // <!-- __jQuery__(document).ready(function() { __jQuery__("#mygallery").boxplusGallery(__jQuery__.extend({}, { rtl:false, theme: "darksquare", title: function (anchor) { var t = __jQuery__("#" + __jQuery__("img", anchor).attr("id") + "_caption"); return t.size() ? t.html() : __jQuery__("img", anchor).attr("alt"); }, description: function (anchor) { var s = __jQuery__("#" + __jQuery__("img", anchor).attr("id") + "_summary"); return s.size() ? s.html() : anchor.attr("title"); }, slideshow: 0, download: function (anchor) { var d = __jQuery__("#" + __jQuery__("img", anchor).attr("id") + "_metadata a[rel=download]"); return d.size() ? d.attr("href") : ""; }, metadata: function (anchor) { var m = __jQuery__("#" + __jQuery__("img", anchor).attr("id") + "_iptc"); return m.size() ? m : ""; } })); __jQuery__.boxplusLanguage("en", "GB"); }); // --> window.YtSettings = { tplurl: '/templates/yoo_royalplaza', color: 'business' }; window.addEvent('domready', function(){ new RokGallery.Slideshow('rg-256', { animation: 'slideRight', duration: 500, autoplay: { enabled: 1, delay: 2000 } }); }); </script> ------------------------------------------------------------------------------------------------- regards,
i think it is better to ask this in the RokGallery forums: http://www.rockettheme.com/forum/index.php?f=528&start=20&rb_v=viewforum