Re: Bagi para member yang ingin bertanya seputar tweaking FS.
Silahkan bertanya dan posting disini.
Sebelum itu harap membaca dan mengikuti [url=http://theftalk.com/t23371-FORUM-RULES.html][b]FORUM
[quote=bilupv]kk kok fs saiya ngak jalan˛ yah scrip nya....?????????
ni scrip nya tolong di korecsi ya kk yang ada di forum nin...[/quote]
ini [spoiler]//jam
var code="<embed src=\"http://www.adamdorman.com/flash/flip_clock_black_24_w-secs.swf\" width=\"190\" height=\"190\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" quality=\"high\"></embed>";
addBox("RIGHT","<font size=2 color=white>CL</font><font size=2 color=red>OCK</font>",code,"clock",null);[/spoiler]
masukan dalam sini [spoiler][b]//onload handler
function onProfileLoad() {
//addboxes here[/b]
//jam
var code="<embed src=\"http://www.adamdorman.com/flash/flip_clock_black_24_w-secs.swf\" width=\"190\" height=\"190\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" quality=\"high\"></embed>";
addBox("RIGHT","<font size=2 color=white>CL</font><font size=2 color=red>OCK</font>",code,"clock",null);[/spoiler]
yang ini juga [spoiler]//tHanks to
var thanks="<center></br>sI_JeLeK_AcEm</br>"+
"www.photobucket.com</br>"+
"www.ripway.com</br>"+
"www.friendstertalk.com</br>"+
"www.adobe.com</br>"+
"www.cgtutorials.com</br>"+
"LeaVe Me aLoNe</br></br></center>";
addBox("RIGHT",",,tHankS TO,,",thanks,"thanks",null);[/spoiler]
masukan dalam ini , jadi kek gini [spoiler][b]//onload handler
function onProfileLoad() {
//addboxes here[/b]
//jam
var code="<embed src=\"http://www.adamdorman.com/flash/flip_clock_black_24_w-secs.swf\" width=\"190\" height=\"190\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" quality=\"high\"></embed>";
addBox("RIGHT","<font size=2 color=white>CL</font><font size=2 color=red>OCK</font>",code,"clock",null);
//tHanks to
var thanks="<center></br>sI_JeLeK_AcEm</br>"+
"www.photobucket.com</br>"+
"www.ripway.com</br>"+
"www.friendstertalk.com</br>"+
"www.adobe.com</br>"+
"www.cgtutorials.com</br>"+
"LeaVe Me aLoNe</br></br></center>";
addBox("RIGHT",",,tHankS TO,,",thanks,"thanks",null);[/spoiler]
trus tambah ini [quote]if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
TRACKER.init();
[b]CEKFSID.init();
Ffetcher.init();
SPAWNPIC.init();
PRIMARYIMAGE.init();[/b][/quote]
ni masukan lagi ke dalam bagian addbox seperti yang diatas [quote]var flash = "<div align=\"center\"><embed src='http://h1.ripway.com/13051991/flashvortex.swf' wmode='transparent' quality='high' width='300px' height='300px' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/></embed></div>";
addBox("RIGHT",pageOwnerFName+"'<font size=2 color=red>s Flash</font>",flash,"flashbox","7");[/quote]
trus ini taro paling bawah aja [spoiler]//marquee status bar atas
<!--//
function tb10_makeArray(n){
this.length = n;
return this.length;
}
tb10_messages = new tb10_makeArray(1);
tb10_messages[0] = "--== LeAvE mE aLoNe ==--";
tb10_rptType = 'infinite';
tb10_rptNbr = 5;
tb10_speed = 200;
tb10_delay = 3000;
var tb10_wiper
var tb10_space="--==aLoNe==--"
var tb10_currMsg=0;
var tb10_counter=1;
var tb10_index=0
tb10_main()
function tb10_main()
{
document.title=tb10_messages[tb10_currMsg].substring(0,tb10_index)
tb10_index++
if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){setTimeout('tb10_reset_clear()',tb10_delay);}
else{setTimeout('tb10_main()',tb10_speed)}
}
function tb10_reset_clear()
{
tb10_index=0
tb10_wiper=""
for(var a=0;a<tb10_messages[tb10_currMsg].length;a++){tb10_wiper+=tb10_space}
tb10_clearem()
}
function tb10_clearem()
{
document.title=tb10_wiper.substring(0,tb10_index) + "->" + tb10_messages[tb10_currMsg].substring(tb10_index+2,tb10_messages[tb10_currMsg].length)
tb10_index++
if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){
if (tb10_currMsg == tb10_messages.length-1){
if ((tb10_rptType == 'finite') && (tb10_counter==tb10_rptNbr)){
document.title="";
return;
}
tb10_counter++;
tb10_currMsg = 0;
}
else tb10_currMsg++;
tb10_index=0
tb10_main()
}
else{setTimeout('tb10_clearem()',250)}
}
// -->[/spoiler]