Hello List I am trying to control slideshow2; <http://code.google.com/p/slideshow/> from Slimbox v1.69 <http://www.digitalia.be> I would like to stop the slideshow when the Slimbox opens. Slideshow is a class and has the function: pause(true) or pause(false) I am trying with the following code, but I seem to have an error.Slimbox.open()= function() { myslideshow.pause(false); }.bind(myslideshow);
Slimbox.close()= function() { myslideshow.pause(true); }.bind(myslideshow);
Thanx, Daiv Mowbray
