So why are you binding it to myslideshow, if you have an instance of the myslideshow, why not use just myslideshow.pause(true) ?
On Mar 11, 1:52 am, Daiv Mowbray <[email protected]> wrote: > 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
