myShow.slideshow.retrieve('images').add('events', {
'mouseenter': function(){ this.pause(1); }.bind(myShow),
'mouseleave': function() { this.pause(0); }.bind(myShow)
});
--You received this message because you are subscribed to the Google Groups "Mootools Slideshow" group.For more options, visit this group at http://groups.google.com/group/mootools-slideshow?hl=en.
To post to this group, send email to mootools-...@googlegroups.com.
To unsubscribe from this group, send email to mootools-slides...@googlegroups.com.
To unsubscribe from this group, send email to mootools-slides...@googlegroups.com.
Emmanuel indicates that "slideshow" should be replaced with "el". I
have tried it with variant "mootools-pause2.html" on my test webpage,
and it also works for me.
Phil