このコードをオンラインで入手し、画像ソースをオンライン画像からルートフォルダにある画像に変更したいと思いました。しかし、ファイルの場所を変更するたびに、画像が表示されません。
var firstreel=new reelslideshow({
wrapperid: "myreel", //ID of blank DIV on page to house Slideshow
dimensions: [1310, 400], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://i30.tinypic.com/531q3n.jpg"], //["image_path", "optional_link", "optional_target"]
["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new"],
["http://i30.tinypic.com/531q3n.jpg"],
["http://i31.tinypic.com/119w28m.jpg"] //<--no trailing comma after very last image element!
],