Support Forums

New Slide Show Script

This is a discussion on New Slide Show Script within the Modules / Plugins / Modifications forums, part of the Developer Forums category; Hi, I found a good slideshow script, code below: Code: <script language="JavaScript"> // configuration structure var A_TPL = { // ...


Go Back   68 Classifieds Forums > Developer Forums > Modules / Plugins / Modifications

Reply
 
Thread Tools Display Modes
Old 08-22-2008, 10:10 AM   #1
Genius At Work
 
bowers01's Avatar
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 947
Rep Power: 25
bowers01 is on a distinguished road
Question New Slide Show Script

Hi,
I found a good slideshow script, code below:
Code:
<script language="JavaScript">
	// configuration structure
	var A_TPL = {
		// randomize the array each time page loads
		'random' : true,
		// number of transparency changes during the transition
		//	increase for smoother transition, reduce for less CPU usage
		'steps' : 20,
		// transition duration in seconds
		'transtime': .5,
		// slide time in seconds
		'slidetime': 3,
		// width of the slide (optional)
		'width' : 300,
		// height of the slide (optional)
		'height': 225,
		// alt text for the image (optional)
		'alt' : 'Sample Tigra Fader Slideshow',
		// css class assigned to the slide <img> (optional)
		'css' : ''
	};
	// list of images to display
	var A_ITEMS = [
		'img/k001.jpg',
		'img/k020.jpg',
		'img/k070.jpg'
	];
	// fader initialization	
	var mySlideShow = new tFader (A_ITEMS, A_TPL);
</script>
I am unsure how to call the images, it just lists the image name on a seperate line. How can this be done?
Any Ideas?
Cheers
__________________
Nick Bowers
68c v4.09 Developer Custom Template
bowers01 is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Photo and listings slide show seymourjames Modules / Plugins / Modifications 13 02-27-2009 06:00 PM
Banner Script centinel3 Modules / Plugins / Modifications 8 08-11-2008 11:09 PM
Backup and Email Script siriusdog Modules / Plugins / Modifications 0 07-11-2008 01:23 AM
Front Page Slide show cloudbase v3.1 Questions & Support 2 04-16-2008 09:42 AM
Host or Script problem? Grebogreen v3.1 Questions & Support 3 05-08-2007 10:49 AM


All times are GMT -4. The time now is 05:32 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0