Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,165,327 members, 7,860,793 topics. Date: Friday, 14 June 2024 at 04:28 PM

Slideshow Scripts - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / Slideshow Scripts (734 Views)

Jquery Slideshow Vs Flash Pro, Which Do You Prefer And Reasons. / Complete Tutorials On Designing A Wapka.m0bi Site.(codes/scripts Etc) / Need Activation Key For Flash Slideshow Maker Pro V4.87 (2) (3) (4)

(1) (Reply)

Slideshow Scripts by Nobody: 2:21pm On Apr 02, 2009
webmaster pls i need a scripts for slideshow or gallery
Re: Slideshow Scripts by mycode(m): 2:52pm On Apr 02, 2009
Try this script below and let me know if it works for yu. I used this in one of my sites. You may have to change some parameters

mycode

<p align="center"><img name="myPicture" src="img1.gif" width="100" height="57">

<script language="JavaScript">
<!--
//Slide Show script (this notice must stay intact)
//For this and more scripts
//visit java-scripts.net or http://xxxxx.com(Your URL)

var myPix = new Array("img1.gif","img2.gif","img3.gif"wink
var thisPic = 0

function doPrevious() {
    if (document.images && thisPic > 0) {
        thisPic--
        document.myPicture.src=myPix[thisPic]
    }
}

function doNext() {
    if (document.images && thisPic < 2) {
        thisPic++
        document.myPicture.src=myPix[thisPic]
    }
}
// -->
</script>

<br><small><font face="Verdana"><a href="javascript:doPrevious()">Previous</a><font color="#FFFFFF">-</font> <a href="javascript:doNext()">Next</a></font></small>
Re: Slideshow Scripts by Nobody: 7:06am On Apr 04, 2009
Well. . . .i have some slideshows, but i suggest you check out www.dynamicdrive.com - they have some really lovely free slideshow scripts there. . .
If you have any problems with a script in dynamicdrive, you can contact me directly, i am sure i will be able to help you out. . .

(1) (Reply)

Please Help On Asp.net / Be A Webdesigner (a Sucessful One) / Please Review This Site

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 9
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.