• ARCHIVES 
  • » just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

Pages: 1234

just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

anoer
» FTalkAddict
FTalk Level: zero
467
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

Thanks 4 share :thumbsup: nice trick this one huh... but why my mine it's not working :question: i just save in my JS file can u check it my code [spoiler] var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add as many as you like! text[0]=" Don’t limit yourself.......!!!" text[1]=" The difference between winners and losers" text[2]="is that winners do not set limit on themselves." // Change the letter colors here textsplashcolors[0]="#EEEEEE" textsplashcolors[1]="#EEEEEE" textsplashcolors[2]="#EEEEEE" textsplashcolors[3]="#EEEEEE" textsplashcolors[4]="#EEEEEE" textsplashcolors[5]="#EEEEEE" textsplashcolors[6]="#EEEEEE" // Change the font var textfont="Arial" // Change the font-size for IE4x/5x/6x and NS6x (CSS-standard) var textfontsize=18 // Change the font size for NS4x (HTML-standard) var textfontsizeHTML=4 // Change the pause between the messages (seconds) var textpause=3 // DO NOT EDIT BELOW THIS LINE // credits to:http://www.rainbow.arch.scriptmania.com var textweight="bold" var textweightA="<b>" var textweightB="</b>" var textitalic="normal" var textitalicA="" var textitalicB="" var textalignabsolute="topleft" var letterwidth=new Array() var messagewidth=0 var messageheight=0 var i_colors=0 var letterspace=Math.floor(textfontsize/1.3) var timer var i_text=0 var textsplitted var i_textpath=0 var endpause=1 var endpausemilli=endpause*10 var maxtextlength=0 var i_endposition=0 var windowwidth=0 var windowheight=0 var windowwidthfactor=1 var windowheightfactor=1 var i_span=0 var startposmax_x=0 var startposmax_y=0 textpause*=1000 var x_step=new Array() var y_step=new Array() var x_finalpos=new Array() var y_finalpos=0 var max_loop=20 var i_loop=0 var ns4=document.layers?1:0 var ns6=document.getElementById&&!document.all?1:0 var ie=document.all?1:0 for (i=0;i<=text.length-1;i++) { if (text[i].length>=maxtextlength) {maxtextlength=text[i].length} } for (i=0;i<=text.length-1;i++) { text[i]=text[i]+" " } var xpos=new Array() for (i=0;i<=maxtextlength;i++) { xpos[i]=5000 } var ypos=new Array() for (i=0;i<=maxtextlength;i++) { ypos[i]=5000 } function randomizer(range) { return Math.floor(range*Math.random()) } function getpagesize() { if (ie) { windowheight=parseInt(document.body.clientHeight) windowwidth=parseInt(document.body.clientWidth) } if (ns4 || ns6) { windowheight=parseInt(window.innerHeight) windowwidth=parseInt(window.innerWidth) } startposmax_x=windowwidth-2*parseInt(textfontsize) startposmax_y=windowheight-2*parseInt(textfontsize) changecontent() } function changecontent() { messagewidth=0 var textsa=text[i_text] textsplitted=textsa.split("") if (ie) { for (i=0;i<=textsplitted.length-1;i++) { var thisspan=eval("document.all.span"+i) thisspan.innerHTML="<span style='font-family:"+textfont+";font-size:"+textfontsize+";font-style:"+textitalic+";font-weight:"+textweight+";color:"+textsplashcolors[i_colors]+";text-align:center'>"+textsplitted[i]+"</span>" i_colors++ if (i_colors>textsplashcolors.length-1) {i_colors=0} letterwidth[i]=Math.round(thisspan.offsetWidth*1.2) if (letterwidth[i]==0) {letterwidth[i]=parseInt(textfontsize)} messagewidth+=letterwidth[i] messageheight=Math.round(document.all.span0.offsetHeight) } } if (ns6) { for (i=0;i<=textsplitted.length-1;i++) { var thisspan=eval(document.getElementById('span'+i)) thisspan.innerHTML="<span style='font-family:"+textfont+";font-size:"+textfontsize+";font-style:"+textitalic+";font-weight:"+textweight+";color:"+textsplashcolors[i_colors]+"'>"+textsplitted[i]+"</span>" i_colors++ if (i_colors>textsplashcolors.length-1) {i_colors=0} letterwidth[i]=Math.round(parseInt(thisspan.offsetWidth)*1.2) if (letterwidth[i]==0) {letterwidth[i]=textfontsize} messagewidth+=letterwidth[i] messageheight=Math.round(document.getElementById('span0').offsetHeight) } } if (ns4) { for (i=0; i<textsplitted.length-1; i++) { var thisspan=eval("document.span"+i+".document") thisspan.write("<p><font size="+textfontsizeHTML+" color="+textsplashcolors[i_colors]+" face="+textfont+">"+textitalicA+textweightA+textsplitted[i]+textweightB+textitalicB+"</font></p>") thisspan.close() letterwidth[i]=Math.round(thisspan.width*1.2) if (letterwidth[i]==0) {letterwidth[i]=textfontsize} messagewidth+=letterwidth[i] messageheight=Math.round(document.span0.document.height) thisspan.clear() i_colors++ if (i_colors>textsplashcolors.length-1) {i_colors=0} } for (i=0; i<textsplitted.length-1; i++) { var thisspan=eval("document.span"+i) thisspan.visibility="show" } } i_text++ if (i_text>=text.length) {i_text=0} getfinalpos() } function getfinalpos() { if (ie || ns6) {var padding_x=100}; if (ns4) {var padding_x=40}; if (ie || ns6) {var padding_y=80}; if (ns4) {var padding_y=40}; if (textalignabsolute=="middlecenter") { x_finalpos[0]=(windowwidth-messagewidth)/2 y_finalpos=(windowheight-messageheight)/2 } else if (textalignabsolute=="topleft") { x_finalpos[0]=5 y_finalpos=0 } else if (textalignabsolute=="topcenter") { x_finalpos[0]=(windowwidth-messagewidth)/2 y_finalpos=0 } else if (textalignabsolute=="topright") { x_finalpos[0]=windowwidth-messagewidth y_finalpos=0 } else if (textalignabsolute=="bottomleft") { x_finalpos[0]=5 y_finalpos=windowheight-messageheight } else if (textalignabsolute=="bottomcenter") { x_finalpos[0]=(windowwidth-messagewidth)/2 y_finalpos=windowheight-messageheight } else if (textalignabsolute=="bottomright") { x_finalpos[0]=windowwidth-messagewidth y_finalpos=windowheight-messageheight } for (i=1;i<textsplitted.length-1;i++) { x_finalpos[i]=x_finalpos[i-1]+letterwidth[i-1] } gotostartpos() } function gotostartpos() { if (ie) { for (i=0;i<textsplitted.length-1;i++) { var thisspan=eval("document.all.span"+i+".style") thisspan.posLeft=randomizer(startposmax_x) thisspan.posTop=randomizer(startposmax_y) } } if (ns4) { for (i=0;i<textsplitted.length-1;i++) { var thisspan=eval("document.span"+i) thisspan.left=randomizer(startposmax_x) thisspan.top=randomizer(startposmax_y) } } if (ns6) { for (i=0;i<textsplitted.length-1;i++) { var thisspan=eval("document.getElementById('span'+i).style") thisspan.left=randomizer(startposmax_x) thisspan.top=randomizer(startposmax_y) } } gotostandstillpos() } function gotostandstillpos() { if (ie) { if (i_loop<=max_loop-1) { for (i=0;i<textsplitted.length-1;i++) { var thisspan=eval("document.all.span"+i+".style") x_step[i]=(x_finalpos[i]-thisspan.posLeft)/(max_loop-i_loop) y_step[i]=(y_finalpos-thisspan.posTop)/(max_loop-i_loop) thisspan.posLeft+=x_step[i] thisspan.posTop+=y_step[i] } i_loop++ var timer=setTimeout("gotostandstillpos()",20) } else { i_loop=0 clearTimeout(timer) timer=setTimeout("gotoendpos()",textpause) } } if (ns4) { if (i_loop<=max_loop-1) { for (i=0;i<textsplitted.length-1;i++) { var thisspan=eval("document.span"+i) x_step[i]=(x_finalpos[i]-thisspan.left)/(max_loop-i_loop) y_step[i]=(y_finalpos-thisspan.top)/(max_loop-i_loop) thisspan.left+=x_step[i] thisspan.top+=y_step[i] } i_loop++ var timer=setTimeout("gotostandstillpos()",20) } else { i_loop=0 clearTimeout(timer) timer=setTimeout("gotoendpos()",textpause) } } if (ns6) { if (i_loop<=max_loop-1) { for (i=0;i<textsplitted.length-1;i++) { var thisspan=eval("document.getElementById('span'+i).style") x_step[i]=(x_finalpos[i]-parseInt(thisspan.left))/(max_loop-i_loop) y_step[i]=(y_finalpos-parseInt(thisspan.top))/(max_loop-i_loop) thisspan.left=parseInt(thisspan.left)+x_step[i] thisspan.top=parseInt(thisspan.top)+y_step[i] } i_loop++ var timer=setTimeout("gotostandstillpos()",20) } else { i_loop=0 clearTimeout(timer) timer=setTimeout("gotoendpos()",textpause) } } } function gotoendpos() { if (ie) { if (i_loop<=textsplitted.length-1) { var thisspan=eval("document.all.span"+i_loop+".style") thisspan.posLeft=-1000 i_loop++ var timer=setTimeout("gotoendpos()",10) } else { clearTimeout(timer) i_loop=0 var timer=setTimeout("changecontent()",400) } } if (ns4) { if (i_loop<=textsplitted.length-1) { var thisspan=eval("document.span"+i_loop) thisspan.left=-1000 i_loop++ var timer=setTimeout("gotoendpos()",10) } else { clearTimeout(timer) i_loop=0 changecontent() } } if (ns6) { if (i_loop<=textsplitted.length-1) { var thisspan=eval("document.getElementById('span'+i_loop).style") thisspan.left=-1000 i_loop++ var timer=setTimeout("gotoendpos()",10) } else { clearTimeout(timer) i_loop=0 changecontent() } } } if (ie) { for (i=0;i<=maxtextlength;i++) { document.write("<span id='span"+i+"' style='position:absolute'>") document.write("</span>") } window.onload=getpagesize } if (ns6) { for (i=0;i<=maxtextlength;i++) { document.write("<span id='span"+i+"' style='position:absolute'>") document.write(textsplitted) document.write("</span>") } window.onload=getpagesize } if (ns4) { for (i=0;i<=maxtextlength;i++) { document.write("<layer name='span"+i+"' visibility=hide>") document.write(textsplitted) document.write("</layer>") } window.onload=getpagesize } [/spoiler] [b]this is[/b] [url=http://profiles.friendster.com/28043635/]My Profile[/url]
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

this one works :D <">

Last edited by simpleMe (2008-05-10 02:52:10)

ivynne
» n00b
FTalk Level: zero
79
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

[quote=simpleMe]@ivynne just paste this below your JS EXTENSION Code: var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add as many as you like! text[0]="I TEAR MY HEART OPEN I SEW MYSELF SHUT" text[1]="MY WEAKNESS IS THAT I CARE TO MUCH" text[2]="THIS SCARS REMIND ME THAT MY PAST IS REAL" text[3]="I TEAR MY HEART OPEN" text[4]="JUST TO FELL WELCOME TO MY PAGE AND ENJOY VIEWING!!" // Change the letter colors here textsplashcolors[0]="#66FFCC" textsplashcolors[1]="#CC0066" textsplashcolors[2]="#990033" textsplashcolors[3]="#CCFF00" textsplashcolors[4]="#FF00CC" textsplashcolors[5]="#FFFFCC" textsplashcolors[6]="#00FF00" // Change the font var textfont="Arial" // Change the font-size for IE4x/5x/6x and NS6x (CSS-standard) var textfontsize=18 // Change the font size for NS4x (HTML-standard) var textfontsizeHTML=4 // Change the pause between the messages (seconds) var textpause=3 // DO NOT EDIT BELOW THIS LINE // credits to:http://www.rainbow.arch.scriptmania.com var textweight="bold" var textweightA="<b>" var textweightB="</b>" var textitalic="normal" var textitalicA="" var textitalicB="" var textalignabsolute="topleft" var letterwidth=new Array() var messagewidth=0 var messageheight=0 var i_colors=0 var letterspace=Math.floor(textfontsize/1.3) var timer var i_text=0 var textsplitted var i_textpath=0 var endpause=1 var endpausemilli=endpause*10 var maxtextlength=0 var i_endposition=0 var windowwidth=0 var windowheight=0 var windowwidthfactor=1 var windowheightfactor=1 var i_span=0 var startposmax_x=0 var startposmax_y=0 textpause*=1000 var x_step=new Array() var y_step=new Array() var x_finalpos=new Array() var y_finalpos=0 var max_loop=20 var i_loop=0 var ns4=document.layers?1:0 var ns6=document.getElementById&&!document.all?1:0 var ie=document.all?1:0 for (i=0;i<=text.length-1;i++) { if (text[i].length>=maxtextlength) {maxtextlength=text[i].length} } for (i=0;i<=text.length-1;i++) { text[i]=text[i]+" " } var xpos=new Array() for (i=0;i<=maxtextlength;i++) { xpos[i]=5000 } var ypos=new Array() for (i=0;i<=maxtextlength;i++) { ypos[i]=5000 } function randomizer(range) { return Math.floor(range*Math.random()) } function getpagesize() { if (ie) { windowheight=parseInt(document.body.clientHeight) windowwidth=parseInt(document.body.clientWidth) } if (ns4 || ns6) { windowheight=parseInt(window.innerHeight) windowwidth=parseInt(window.innerWidth) } startposmax_x=windowwidth-2*parseInt(textfontsize) startposmax_y=windowheight-2*parseInt(textfontsize) changecontent() } function changecontent() { messagewidth=0 var textsa=text[i_text] textsplitted=textsa.split("") if (ie) { for (i=0;i<=textsplitted.length-1;i++) { var thisspan=eval("document.all.span"+i) thisspan.innerHTML="<span style='font-family:"+textfont+";font-size:"+textfontsize+";font-style:"+textitalic+";font-weight:"+textweight+";color:"+textsplashcolors[i_colors]+";text-align:center'>"+textsplitted[i]+"</span>" i_colors++ if (i_colors>textsplashcolors.length-1) {i_colors=0} letterwidth[i]=Math.round(thisspan.offsetWidth*1.2) if (letterwidth[i]==0) {letterwidth[i]=parseInt(textfontsize)} messagewidth+=letterwidth[i] messageheight=Math.round(document.all.span0.offsetHeight) } } if (ns6) { for (i=0;i<=textsplitted.length-1;i++) { var thisspan=eval(document.getElementById('span'+i)) thisspan.innerHTML="<span style='font-family:"+textfont+";font-size:"+textfontsize+";font-style:"+textitalic+";font-weight:"+textweight+";color:"+textsplashcolors[i_colors]+"'>"+textsplitted[i]+"</span>" i_colors++ if (i_colors>textsplashcolors.length-1) {i_colors=0} letterwidth[i]=Math.round(parseInt(thisspan.offsetWidth)*1.2) if (letterwidth[i]==0) {letterwidth[i]=textfontsize} messagewidth+=letterwidth[i] messageheight=Math.round(document.getElementById('span0').offsetHeight) } } if (ns4) { for (i=0; i<textsplitted.length-1; i++) { var thisspan=eval("document.span"+i+".document") thisspan.write("<p><font size="+textfontsizeHTML+" color="+textsplashcolors[i_colors]+" face="+textfont+">"+textitalicA+textweightA+textsplitted[i]+textweightB+textitalicB+"</font></p>") thisspan.close() letterwidth[i]=Math.round(thisspan.width*1.2) if (letterwidth[i]==0) {letterwidth[i]=textfontsize} messagewidth+=letterwidth[i] messageheight=Math.round(document.span0.document.height) thisspan.clear() i_colors++ if (i_colors>textsplashcolors.length-1) {i_colors=0} } for (i=0; i<textsplitted.length-1; i++) { var thisspan=eval("document.span"+i) thisspan.visibility="show" } } i_text++ if (i_text>=text.length) {i_text=0} getfinalpos() } function getfinalpos() { if (ie || ns6) {var padding_x=100}; if (ns4) {var padding_x=40}; if (ie || ns6) {var padding_y=80}; if (ns4) {var padding_y=40}; if (textalignabsolute=="middlecenter") { x_finalpos[0]=(windowwidth-messagewidth)/2 y_finalpos=(windowheight-messageheight)/2 } else if (textalignabsolute=="topleft") { x_finalpos[0]=5 y_finalpos=0 } else if (textalignabsolute=="topcenter") { x_finalpos[0]=(windowwidth-messagewidth)/2 y_finalpos=0 } else if (textalignabsolute=="topright") { x_finalpos[0]=windowwidth-messagewidth y_finalpos=0 } else if (textalignabsolute=="bottomleft") { x_finalpos[0]=5 y_finalpos=windowheight-messageheight } else if (textalignabsolute=="bottomcenter") { x_finalpos[0]=(windowwidth-messagewidth)/2 y_finalpos=windowheight-messageheight } else if (textalignabsolute=="bottomright") { x_finalpos[0]=windowwidth-messagewidth y_finalpos=windowheight-messageheight } for (i=1;i<textsplitted.length-1;i++) { x_finalpos[i]=x_finalpos[i-1]+letterwidth[i-1] } gotostartpos() } function gotostartpos() { if (ie) { for (i=0;i<textsplitted.length-1;i++) { var thisspan=eval("document.all.span"+i+".style") thisspan.posLeft=randomizer(startposmax_x) thisspan.posTop=randomizer(startposmax_y) } } if (ns4) { for (i=0;i<textsplitted.length-1;i++) { var thisspan=eval("document.span"+i) thisspan.left=randomizer(startposmax_x) thisspan.top=randomizer(startposmax_y) } } if (ns6) { for (i=0;i<textsplitted.length-1;i++) { var thisspan=eval("document.getElementById('span'+i).style") thisspan.left=randomizer(startposmax_x) thisspan.top=randomizer(startposmax_y) } } gotostandstillpos() } function gotostandstillpos() { if (ie) { if (i_loop<=max_loop-1) { for (i=0;i<textsplitted.length-1;i++) { var thisspan=eval("document.all.span"+i+".style") x_step[i]=(x_finalpos[i]-thisspan.posLeft)/(max_loop-i_loop) y_step[i]=(y_finalpos-thisspan.posTop)/(max_loop-i_loop) thisspan.posLeft+=x_step[i] thisspan.posTop+=y_step[i] } i_loop++ var timer=setTimeout("gotostandstillpos()",20) } else { i_loop=0 clearTimeout(timer) timer=setTimeout("gotoendpos()",textpause) } } if (ns4) { if (i_loop<=max_loop-1) { for (i=0;i<textsplitted.length-1;i++) { var thisspan=eval("document.span"+i) x_step[i]=(x_finalpos[i]-thisspan.left)/(max_loop-i_loop) y_step[i]=(y_finalpos-thisspan.top)/(max_loop-i_loop) thisspan.left+=x_step[i] thisspan.top+=y_step[i] } i_loop++ var timer=setTimeout("gotostandstillpos()",20) } else { i_loop=0 clearTimeout(timer) timer=setTimeout("gotoendpos()",textpause) } } if (ns6) { if (i_loop<=max_loop-1) { for (i=0;i<textsplitted.length-1;i++) { var thisspan=eval("document.getElementById('span'+i).style") x_step[i]=(x_finalpos[i]-parseInt(thisspan.left))/(max_loop-i_loop) y_step[i]=(y_finalpos-parseInt(thisspan.top))/(max_loop-i_loop) thisspan.left=parseInt(thisspan.left)+x_step[i] thisspan.top=parseInt(thisspan.top)+y_step[i] } i_loop++ var timer=setTimeout("gotostandstillpos()",20) } else { i_loop=0 clearTimeout(timer) timer=setTimeout("gotoendpos()",textpause) } } } function gotoendpos() { if (ie) { if (i_loop<=textsplitted.length-1) { var thisspan=eval("document.all.span"+i_loop+".style") thisspan.posLeft=-1000 i_loop++ var timer=setTimeout("gotoendpos()",10) } else { clearTimeout(timer) i_loop=0 var timer=setTimeout("changecontent()",400) } } if (ns4) { if (i_loop<=textsplitted.length-1) { var thisspan=eval("document.span"+i_loop) thisspan.left=-1000 i_loop++ var timer=setTimeout("gotoendpos()",10) } else { clearTimeout(timer) i_loop=0 changecontent() } } if (ns6) { if (i_loop<=textsplitted.length-1) { var thisspan=eval("document.getElementById('span'+i_loop).style") thisspan.left=-1000 i_loop++ var timer=setTimeout("gotoendpos()",10) } else { clearTimeout(timer) i_loop=0 changecontent() } } } if (ie) { for (i=0;i<=maxtextlength;i++) { document.write("<span id='span"+i+"' style='position:absolute'>") document.write("</span>") } window.onload=getpagesize } if (ns6) { for (i=0;i<=maxtextlength;i++) { document.write("<span id='span"+i+"' style='position:absolute'>") document.write(textsplitted) document.write("</span>") } window.onload=getpagesize } if (ns4) { for (i=0;i<=maxtextlength;i++) { document.write("<layer name='span"+i+"' visibility=hide>") document.write(textsplitted) document.write("</layer>") } window.onload=getpagesize } Last edited by simpleMe[/quote] :crybaby: its still din work...
jaylo1331
» n00b
FTalk Level: zero
44
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

wow... i like it.. thanks for this cool code bro :thumbsup:
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

[b]@ivynne[/b] hey, the code i gave you is working :D ive tried it in my test page =) just name your JS file as [b].swf[/b] or [b].txt[/b] :D

Last edited by simpleMe (2008-05-10 09:28:09)

istaline
» FTalkAddict
FTalk Level: zero
356
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

cool..trick.. kip sharing tricks..:D:D
kaizO_biOhazard
» n00b
FTalk Level: zero
15
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

wow...nice one bro.. thanks 4 sharing..:thumbsup:
anoer
» FTalkAddict
FTalk Level: zero
467
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

pardon me, i wanna ask more.. :) why my code is still not working? is it because i'm using flash banner? thank you for your information.. :thumbsup:
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

[b]@anoer[/b] ive tested your code and it works :D maybe the code has conflict with your other of your codes :D thats why it didnt work to your page :D btw, try rename your JS file as [b].swf[/b] and see if it works :D
anoer
» FTalkAddict
FTalk Level: zero
467
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

:arrow:[b]simpleme[/b] thanks... finally my code working i juz rename my JS file as.[b]swf[/b] thanks :thumbsup:
simpleMe
» FTalkManiac
FTalk Level: zero
949
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

[quote=anoer]thanks... finally my code working i juz rename my JS file as.swf thanks :thumbsup:[/quote] anytym =):thumbsup:
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

wow enx for this now im spamming nyahahaha

Last edited by switpotato (2008-05-11 16:28:24)

vi0lette
» FTalkAddict
FTalk Level: zero
348
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

hahahaha!! its xoo cute! :lol:
knight_future
» FTalker
FTalk Level: zero
103
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

i can't looking d preview :wallbash:
triciapink29
» FTalkFreak
FTalk Level: zero
1504
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

Well Again.. Its not working on my profile :angry:
screamer11
» n00b
FTalk Level: zero
15
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

screamer11
» n00b
FTalk Level: zero
15
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

ko backround ya ga kluar ya tp code di atas bsa.. knapa tuh long bantuin donk...
i i LeA i i
» FTalkAgent
FTalk Level: zero
2099
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

wooohooo!this one is so nice!=) cool! i'll try this later!:D btw,instead of putting this [b]ff00cc[/b],can i just put the words instead??

Last edited by i i LeA i i (2008-07-03 05:35:16)

kacang`z
» FTalkWhiz
FTalk Level: zero
Some FTalkers ♥ My Threads!
2662
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

nice your topic...... thanks for sharing............. :thumbsup: :thumbsup:
aningstar16
» FTalker
FTalk Level: zero
119
0
1969-12-31

Re: just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

kewl trick. maybe i'll use dis later :lol:
  • ARCHIVES 
  • » just wanna share this to you guys :D paste this on your [b]JS EXTENSION[/b] :thumbsdown::D:thumbsdown: [code]var text=new Array() var textsplashcolors=new Array() // Place your messages below. Add a

Pages: 1234

Board footer

© 2024 F Talk

Current time is 08:23

[ 9 queries - 0.029 second ]
Privacy Policy