我在线获取了此代码,并希望将图像源从在线图片更改为我根文件夹中的图片。但是每次我更改文件位置时,图像都不会出现。
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!
],