Advertise Here

Author Topic: [Code] Picture SLideshow  (Read 1786 times)

0 Members and 1 Guest are viewing this topic.

Offline mattmilla1

  • SMF For Free Member
  • *
  • Posts: 41
  • crazydog10
    • View Profile
    • =CP= clan

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
[Code] Picture SLideshow
« on: June 27, 2008, 08:10:07 am »
Preview: SLIDESHOW To view the preview scroll down the portal until you see a image of a hummer and a man.....it should say slideshow at the top!

Insert this where ever you want the code to show up.
Code: [Select]
<center><script type="text/javascript">

/***********************************************
* DHTML slideshow script-  © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice must stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var photos=new Array()
var photoslink=new Array()
var which=0

//define images. You can have as many as you want:
photos[0]="http://tbn0.google.com/images?q=tbn:cyhE57A0nBoa4M:http://media.teamxbox.com/games/ss/1322/full-res/1139229989.jpg"
photos[1]="http://tbn0.google.com/images?q=tbn:lO5GNCR7Kkvd6M:http://yaflamingalah.files.wordpress.com/2008/03/battlefield-bad-company-2.jpg"
photos[2]="http://tbn0.google.com/images?q=tbn:myMrQmRg-wAuAM:http://server.ricardis.tudelft.nl/~taco/bf2/scoutmod/m82a1-3.jpg"
photos[3]="http://tbn0.google.com/images?q=tbn:M4iQg8K5VnE2wM:http://www.fileshack.com/images/generated/46a10da0d5ef0_featured_without_text_pr06release_g3a3.jpg"
photos[4]="http://tbn0.google.com/images?q=tbn:jvZuqFTOz2R69M:http://www.gameogre.com/reviewdirectory/upload/Battlefield%2520Heroes.jpg"
photos[5]="http://tbn0.google.com/images?q=tbn:S_waR1joOOAwsM:http://billthe3.net/dvc/mm171/10pics/cat-sniper.jpg"

//Specify whether images should be linked or not (1=linked)
var linkornot=0

//Set corresponding URLs for above images. Define ONLY if variable linkornot equals "1"
photoslink[0]=""
photoslink[1]=""
photoslink[2]=""

//do NOT edit pass this line

var preloadedimages=new Array()
for (i=0;i<photos.length;i++){
preloadedimages[i]=new Image()
preloadedimages[i].src=photos[i]
}


function applyeffect(){
if (document.all && photoslider.filters){
photoslider.filters.revealTrans.Transition=Math.floor(Math.random()*23)
photoslider.filters.revealTrans.stop()
photoslider.filters.revealTrans.apply()
}
}



function playeffect(){
if (document.all && photoslider.filters)
photoslider.filters.revealTrans.play()
}

function keeptrack(){
window.status="Image "+(which+1)+" of "+photos.length
}


function backward(){
if (which>0){
which--
applyeffect()
document.images.photoslider.src=photos[which]
playeffect()
keeptrack()
}
}

function forward(){
if (which<photos.length-1){
which++
applyeffect()
document.images.photoslider.src=photos[which]
playeffect()
keeptrack()
}
}

function transport(){
window.location=photoslink[which]
}

</script>
<center>Funny Pictures!</div>
<table border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="100%" colspan="2" height="60"><center>
<script>
if (linkornot==1)
document.write('<a href="javascript:transport()">')
document.write('<img src="'+photos[0]+'" name="photoslider" style="filter:revealTrans(duration=2,transition=23)" border=0>')
if (linkornot==1)
document.write('</a>')
</script>
</center></td>
  </tr>
  <tr>
    <td width="50%" height="21"><p align="left"><a href="#" onClick="backward();return false"><FONT FACE=symbol>¬
</FONT>
</a></td>
    <td width="50%" height="21"><p align="right"><a href="#" onClick="forward();return false"><FONT FACE=symbol>®
</FONT>
</a></td>
  </tr>
</table>

<p align="center"><font face="Arial" size="-2">Images Provided By<br>
<a href="http://mattmilla1.smfforfree4.com">Crazy Platoon™
</a></font></p>

Things to change:
Code: [Select]
//define images. You can have as many as you want:
photos[0]="Your image url"

To add more images just add more of these:
Code: [Select]
photos[1]="you image url"
photos[2]="you image url"
photos[3]="you image url"

Make sure you keep changing this
  • as you move on......such as [1] [2] [3] [4] [5].....


To change what it says at the bottom just modify this:
Code: [Select]
<p align="center"><font face="Arial" size="-2">Images Provided By<br>
<a href="site url">your website name
</a></font></p>
« Last Edit: June 27, 2008, 03:20:17 pm by simply sibyl »
<CRAZYDOG10>
     
=crazydog10=
<br />
=That cat is a bigfoot bounty hunter lol=

 

Related Topics

  Subject / Started by Replies Last post
4 Replies
1330 Views
Last post December 16, 2009, 08:15:14 am
by buff
0 Replies
1293 Views
Last post August 13, 2012, 03:40:02 am
by Mago
1 Replies
3900 Views
Last post August 15, 2012, 02:44:18 pm
by clairebear
0 Replies
1527 Views
Last post August 20, 2012, 06:24:56 pm
by Andrew
3 Replies
6594 Views
Last post October 03, 2012, 09:51:09 am
by Andrew