عرض مشاركة واحدة
قديم 01-01-2012, 12:23 AM   رقم المشاركة : 16 (permalink)
معلومات العضو
هشبول
 
الصورة الرمزية هشبول
 

 

 
إحصائية العضو






هشبول غير متواجد حالياً

 

 

إحصائية الترشيح

عدد النقاط : 10
هشبول is on a distinguished road

افتراضي رد: مكتبة الشبكة العنكبوتية لأفضل أكواد الجافا لتصميم الاندكس


كود ألعاب نارية


1- انسخ هذا الكود و ضعه في منطقة الرأس HEAD

كود PHP:
<STYLE type=text/cssBODY {
    
OVERFLOW-Xhidden
}
v\:* {
    
BEHAVIORurl(#default#VML)
}
</
STYLE

2- انسخ هذا الكود و ضعه في المكان الذي تريده في منطقة BODY


كود PHP:
<SCRIPT language=JavaScript>

/*
VML Fireworks script -- By Jacco IJzerman (j.ijzerman1@REMOVETHISchello.nl)
Permission granted to Dynamicdrive.com to feature script in archive.
Translated By www.sakrkuraish.netfirms.com
* Visit our site at http://www.star28.com/ for more code
* This notice must stay intact for use
***********************************************/


//Customize fireworks colors:
colors = new Array();
colors[0] = new Array('yellow''lime');
colors[1] = new Array('lime''green')
colors[2] = new Array('lime''blue');
colors[3] = new Array('lightyellow''purple');
colors[4] = new Array('lightblue''white');
colors[5] = new Array('blue''silver');
colors[6] = new Array('red''fuchsia');
colors[7] = new Array('yellow''red');

maximum 1000;

vmlobj=''
for(
012i++){ 
vmlobj += '<div id="ster'+i+'" style="position:absolute; left:-50px; top-50px; visibility:hidden; z-index:50;">';
vmlobj += '<v:shape style="width:15px; height:15px;" fillcolor="yellow" coordorigin="0,0" coordsize="200 200">';
vmlobj += '<v:path v="m 8,65 l 72,65, 92,11, 112,65, 174,65, 122,100, 142,155,92,121, 42,155, 60,100 x e"/>';
vmlobj += '<v:stroke on="false" /></v:shape></div>';
}
********.
write(vmlobj); vmlobj null;

aantal 0;

function 
begin()
{
try {
if(
aantal == maximum){ return;}
kleurschema Math.floor(Math.random() * colors.length);
posLinks Math.floor(Math.random() * (********.body.clientWidth 180));
posLinks = (posLinks 170)? 170posLinks;
posBoven Math.floor(Math.random() * (********.body.clientHeight 180));
posBoven = (posBoven 170)? 170posBoven;
straal 0uiteen trueteller 1flikkereffect false;
for(var 
012i++){
********.
getElementsByTagName('shape')[i].setAttribute('fillcolor'colors[kleurschema][0]);
********.
getElementById('ster'+i).style.visibility 'hidden'// 5.0 fix
********.getElementById('ster'+i).style.left posLinks;
********.
getElementById('ster'+i).style.top posBoven;
}
********.
getElementById('ster0').style.top = (********.body.clientHeight 20); 
********.
getElementById('ster0').style.visibility 'visible';
omhoog();
} catch(
e){}
}

function 
omhoog()
{
try {
positie parseInt(********.getElementById('ster0').style.top);
if(
positie posBoven){
********.
getElementById('ster0').style.top = (positie 25); 
setTimeout('omhoog()'50);
} else {
for(
112i++){
********.
getElementById('ster'+i).style.top positie;
********.
getElementById('ster'+i).style.visibility 'visible';

uiteenspatten();
}
} catch(
e){}
}

function 
uiteenspatten()
{
try {
if(
straal 120 && straal 10 == 0){ 
flikkereffect true;
teller = (teller == colors[kleurschema].length)? 0: (teller+1);
}
for(var 
012i++){
var 
hoek 30
var 
piHoek Math.PI Math.PI 180 hoek;
var 
links posLinks Math.round(straal Math.sin(piHoek)); 
var 
boven positie Math.round(straal Math.cos(piHoek));
********.
getElementById('ster'+i).style.left links;
********.
getElementById('ster'+i).style.top boven;
if(
flikkereffect){
********.
getElementsByTagName('shape')[i].setAttribute('fillcolor'colors[kleurschema][teller]);
}
}
if(
straal 160 && uiteen){
straal += (straal 120)? 105;
setTimeout('uiteenspatten()'50);
}
else if(
straal 120){
uiteen falsestraal -= 5;
setTimeout('uiteenspatten()'50);
}
else if(
straal <= 120){
for(var 
012i++){
********.
getElementById('ster'+i).style.visibility 'hidden';
}
aantal++;
setTimeout('begin()'500);
}
} catch(
e) {}
}

window.onload=begin;

</SCRIPT> 
التوقيع







 

   

رد مع اقتباس