Friendster Delight
TITTLE BAR EFFECTS MESSAGE SCROLLER Testp


If you want to access fully in FD. Please do log in or register. Thank You. Welcome. FD
Friendster Delight
TITTLE BAR EFFECTS MESSAGE SCROLLER Testp


If you want to access fully in FD. Please do log in or register. Thank You. Welcome. FD
Friendster Delight
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Friendster Delight


 
Home:: Portal ::Latest imagesSearchRegisterLog in

Share | 
 

 TITTLE BAR EFFECTS MESSAGE SCROLLER

View previous topic View next topic Go down 
AuthorMessage
provanz
Full Moderator
Full Moderator
provanz

Posts : 2671

Age : 33


TITTLE BAR EFFECTS MESSAGE SCROLLER Vide https://fddelete.forumotion.net
PostSubject: TITTLE BAR EFFECTS MESSAGE SCROLLER   TITTLE BAR EFFECTS MESSAGE SCROLLER I_icon_minitimeThu May 14, 2009 6:47 pm

Compile this to JS file

Live:Preview

Code:
function tb8_makeArray(n){
  this.length = n;
  return this.length;
}

tb8_messages = new tb8_makeArray(3);
tb8_messages[0] = "YOUR TXT MESSAGE HERE";
tb8_messages[1] = "YOUR TXT MESSAGE HERE";
tb8_messages[2] = "YOUR TXT MESSAGE HERE";
tb8_rptType = 'infinite';
tb8_rptNbr = 5;
tb8_speed = 1;
tb8_delay = 2000;
var tb8_counter=1;
var tb8_currMsg=0;
var tb8_tekst ="";
var tb8_i=0;
var tb8_TID = null;
function tb8_pisi(){
  tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  document.title = tb8_tekst;
  tb8_sp=tb8_speed;
  tb8_i++;
  if (tb8_i==tb8_messages[tb8_currMsg].length){
      tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  }
  if (tb8_currMsg == tb8_messages.length){
      if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
        clearTimeout(tb8_TID);
        return;
      }
      tb8_counter++;
      tb8_currMsg = 0;
  }
  tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
}
tb8_pisi()

credits:HCG

just edit YOUR TXT MESSAGE HERE to change message at tittle bar
Back to top Go down
--hayca--
Full Moderator
Full Moderator
--hayca--

Posts : 2125

Age : 30


TITTLE BAR EFFECTS MESSAGE SCROLLER Vide http://www.friendster.com/tinytinytinytinytiny
PostSubject: Re: TITTLE BAR EFFECTS MESSAGE SCROLLER   TITTLE BAR EFFECTS MESSAGE SCROLLER I_icon_minitimeFri May 22, 2009 6:56 pm

nice prov's Smile
Back to top Go down
lheendc
Co-Admin
Co-Admin
lheendc

Posts : 973

Age : 28


TITTLE BAR EFFECTS MESSAGE SCROLLER Vide http://www.plurk.com/lheendc/invite
PostSubject: Re: TITTLE BAR EFFECTS MESSAGE SCROLLER   TITTLE BAR EFFECTS MESSAGE SCROLLER I_icon_minitimeSun May 24, 2009 1:44 am

This one is much better than the other one.
Thanks for sharing! Smile
Back to top Go down
jhennyz
Full Moderator
Full Moderator
jhennyz

Posts : 373

Age : 27


TITTLE BAR EFFECTS MESSAGE SCROLLER Vide http://www.jhennyz.multiply.com
PostSubject: Re: TITTLE BAR EFFECTS MESSAGE SCROLLER   TITTLE BAR EFFECTS MESSAGE SCROLLER I_icon_minitimeSun May 31, 2009 10:50 pm

thanks for sharing this..

i haven't try this one..

im using a single word...

hahaha..

nice...^^
Back to top Go down
joshjammark
Promoter
Promoter
joshjammark

Posts : 120


TITTLE BAR EFFECTS MESSAGE SCROLLER Vide http://www.friendster.com/joshjammark
PostSubject: Re: TITTLE BAR EFFECTS MESSAGE SCROLLER   TITTLE BAR EFFECTS MESSAGE SCROLLER I_icon_minitimeThu Jun 11, 2009 8:15 pm

thanks!






Spoiler:
Back to top Go down
sEz™
Third Timer
Third Timer
sEz™

Posts : 57

Age : 28


TITTLE BAR EFFECTS MESSAGE SCROLLER Vide http://profiles.friendster.com/figmentofyourimagination
PostSubject: Re: TITTLE BAR EFFECTS MESSAGE SCROLLER   TITTLE BAR EFFECTS MESSAGE SCROLLER I_icon_minitimeWed Jun 17, 2009 10:38 pm

EiNKSZ FOR SHARiNG ... Smile Smile Smile
Back to top Go down
keith =)
Second Timer
Second Timer
keith =)

Posts : 24


TITTLE BAR EFFECTS MESSAGE SCROLLER Vide http://www.friendster.com/kaith0620
PostSubject: Re: TITTLE BAR EFFECTS MESSAGE SCROLLER   TITTLE BAR EFFECTS MESSAGE SCROLLER I_icon_minitimeTue Aug 18, 2009 6:20 pm

tnx for the code blush
Back to top Go down
Sponsored content




TITTLE BAR EFFECTS MESSAGE SCROLLER Vide
PostSubject: Re: TITTLE BAR EFFECTS MESSAGE SCROLLER   TITTLE BAR EFFECTS MESSAGE SCROLLER I_icon_minitime

Back to top Go down
 

TITTLE BAR EFFECTS MESSAGE SCROLLER

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Friendster Delight :: FD Tips & Tricks :: Java Script Codes-