hi i download Ultimate Fade-in slideshow script
http://www.dynamicdrive.com/dynamici...nslideshow.htm
http://www.hazirmutfaklar.net/slideshow/2.html
no problem
but i
PHP Code:imagearray: [
["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
["http://i30.tinypic.com/531q3n.jpg"],
["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
PHP Code:<?php
$image1 = "http://i26.tinypic.com/11l7ls0.jpg";
$image2 = "http://i29.tinypic.com/xp3hns.jpg";
$image3 = "http://i30.tinypic.com/531q3n.jpg";
$image4 = "http://i31.tinypic.com/119w28m.jpg";
?>http://www.hazirmutfaklar.net/slideshow/2.phpPHP Code:imagearray: [
["<?php $image1 ?>", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["<?php $image2 ?>", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
["<?php $image3 ?>"],
["<?php $image4 ?>", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
and
http://www.uyduharitasi.com/index.html
does not work slideshow.
Thank you help me please.



Reply With Quote

Bookmarks