Random Primary Picture
+3
[DYOSZA]SHEYN
[DYOSZA]JiNRiKiSHA
Psycho Dancer
7 posters
Page 1 of 1
Random Primary Picture
- Code:
if (typeof RANDOMIMG == "undefined" || !RANDOMIMG) { RANDOMIMG = {}; }
RANDOMIMG = {
image: null,
sibling: null,
randimage: [],
init: function() {
var preload = [];
for (var n=0;n<this.randimage.length;n++) {
preload[n] = [];
preload[n].src = RANDOMIMG.randimage[n];
}
RANDOMIMG.randimage.push("youre pic");
RANDOMIMG.randimage.push("youre pic");
RANDOMIMG.randimage.push("youre pic");
RANDOMIMG.randimage.push("youre pic");
RANDOMIMG.randimage.push("youre pic");
RANDOMIMG.randimage.push("youre pic");
RANDOMIMG.image = document.createElement("div");
RANDOMIMG.image.className = "randomImage";
var rotateimg = document.createElement("img");
rotateimg.id = "defaultimage";
rotateimg.style.width = "200px";
rotateimg.style.height = "200px";
rotateimg.src = RANDOMIMG.randimage[Math.floor(Math.random()*(RANDOMIMG.randimage.length))];
RANDOMIMG.image.appendChild(rotateimg);
RANDOMIMG.sibling = document.getElementById("content_0").getElementsByTagName("a")[0];
RANDOMIMG.sibling.parentNode.replaceChild(RANDOMIMG.image,RANDOMIMG.sibling);
setInterval("RANDOMIMG.rotateimage()", 2*1000);
},
rotateimage: function() {
var ind = 0;
if (ind == (temp = Math.floor(Math.random()*(RANDOMIMG.randimage.length)))) {
ind = (ind == 0) ? 1 : ind - 1;
}else {
ind = temp;
}
document.getElementById("defaultimage").src = RANDOMIMG.randimage[ind];
}
};RANDOMIMG.init();
Edit your pic and paste it the url you want to be the outline and paste it on your External js
Re: Random Primary Picture
thnks again for the codes kua paul
if u mind please give a detailed instructions
for the newbies
also the CREDITs
Re: Random Primary Picture
aba aba.. dae na nashare ah.. hehe.. nice!
[DYOSZA]SHEYN- MOD
- Posts : 128
Reputation : 15
Join date : 2009-05-26
Age : 30
Location : bulacan
Re: Random Primary Picture
hmmn any preview?
anyway, nice trick..
anyway, nice trick..
[DYOSZA]cesza- ADMIN
- Posts : 58
Reputation : 24
Join date : 2009-05-26
Age : 32
Location : taguig
Re: Random Primary Picture
one repu 4 u ^_^
[DYOSZA]candy- MOD
- Posts : 102
Reputation : 43
Join date : 2009-05-27
Age : 30
Re: Random Primary Picture
tenx pOr sheriN
+ repu 4 YoO
+ repu 4 YoO
[DYOSZA]gane- MOD
- Posts : 221
Reputation : 122
Join date : 2009-05-26
Age : 27
Location : Baguio City, Philippines
Re: Random Primary Picture
thanks for sharing
[ MALIBOG ] Jendrick- ADMIN
- Posts : 96
Reputation : 16
Join date : 2009-05-26
Similar topics
» Shaking Primary Picture
» Random Welcome Alert
» Draggable Primary
» Rain Effect On Your Primary
» elastic primary photo
» Random Welcome Alert
» Draggable Primary
» Rain Effect On Your Primary
» elastic primary photo
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum