slideshow2 = new YAHOO.myowndb.slideshow("yui-sldshw-displayer2",
[ { type: 'remote_html', value: 'http://www.madb.net/slideshow/remoteslide.html', id: "re1"}], YAHOO.myowndb.slideshow.effects.slideRight);;
becomes (red text was simply added):
slideshow2 = new YAHOO.myowndb.slideshow("yui-sldshw-displayer2",
{frames: [ { type: 'remote_html', value: 'http://www.madb.net/slideshow/remoteslide.html', id: "re1"}], effect: YAHOO.myowndb.slideshow.effects.slideRight});;
You can download version 0.3 as tgz or as zip
This version corrects a problem encountered if you used several slideshows on one page, and at least one of them used a remote slide(technical description). Commented code was also removed, and the setup method of the effects now take the frame as argument, as already did the get_animation method.
You can download version 0.2 as tgz or as zip
You can download version 0.1 as tgz or as zip