I have a dynamic text box with a fade effect. I am trying to change the text in that textbox every 5 seconds and fade in out different text using Javascript.
<Flash Movie>
FlashText[0] = "This is my text"; //plays for 5 seconds, fades out
FlashText[1] = "This is my text2"; //fades in, plays for 5 seconds, fades out
