このコードはオンラインで、オンライン画像から自分のルートフォルダにある画像ソースに変更したいと考えていました。しかし、私はファイルの場所を変更するたびに、イメージは表示されません。画像ソースを変更しても画像が表示されません
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!
],
を、あなたのイメージパスのサンプルを表示することができますあなたは設定していますか? –
次に、あなたは間違ったことをする必要があります。 –
var firstreel = new reelslideshow({ \t wrapperid: "myreel"、// IDの空白のDIVスライドショー \tサイズ:[1310,400] //ギャラリーの幅/高さ(ピクセル単位) \t imagearray [ \t \t ["C:\ Users \ Rizal \ Desktop \ Project AMBIENT \ Photos \ b.jpg"]、// ["image_path" 、 "optional_link"、 "optional_target"] \t \t ["http://i29.tinypic.com/xp3hns.jpg"、 "http://ja.wikipedia.org/wiki/Cave"、 "_new"]、 \t \t ["http://i30.tinypic.com/531q3n.jpg"]、 \t \t ["http://i31.tinypic.com/119w28m.jpg"] // <最後のイメージ要素の後にカンマを付けません! \t]、 –