Dynamic Text from text source in flash MX

Hi,

My Flash MX Question is this:

Is it possible to create a “system clock” time controlled movie clip in Flash MX that when your computer’s system clock gets to 12:00am - “a new day” , the movie clip, using Actionscript can load from a text file stored on your server, the text in that file? Then when the clock gets to 12am again, calls up another text file to same movie clip? Also it preforms this in a sequence?

Ex: time 12am monday, actionscript pulls text from 1.txt to dailytext.swf
time 12am tuesday, actionscript pulls text from 2.txt to dailytext.swf
time 12am wednesday, actionscript pulls text from 3.txt to dailytext.swf

and so forth all the way up to 365.txt = one text file for every day of the year? Or can be controlled by actionscript to pull specific sequencial numbered sections of text like 1 thru 365 every day that it hits 12am, from I (one) text source…if this can be done i’d be greatful for someone to show me how i go about accomplishing this?

Aaron