'."\n"; echo 'var mygallery=new fadeSlideShow({ '."\n"; echo ' wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow '."\n"; echo ' dimensions: [450, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image '."\n"; echo ' imagearray: [ '."\n"; //loop through all images and add them to the slideshow $mSQL="SELECT * FROM tblentry ORDER BY sortorder, entryid"; $result=mysql_query($mSQL) or croak("Bad query! ".mysql_error()); while ($row = mysql_fetch_array($result,MYSQL_ASSOC)) { //do something with file $fcount++; if($fcount>1){ echo ','."\n"; } echo ' ["'.$basepath.'config/files/'.$row['photopath'].'", "", "", "'.stripslashes($row['caption']).'"]'; } echo "\n"; echo ' ], '."\n"; echo " displaymode: {type:'auto', pause:4500, cycles:0, wraparound:false}, \n"; echo ' persist: false, //remember last viewed slide and recall within same session? '."\n"; echo ' fadeduration: 1250, //transition duration (milliseconds) '."\n"; echo ' descreveal: "ondemand", '."\n"; echo ' togglerid: "toggle" '."\n"; echo '}) '."\n"; echo ' '."\n"; ?>
|
||||||||||||||||||||||||||||||||||||||||||||||
© Bright Future Electric, LLC Website Design by Brink of Design, Inc |