Loading multiple text boxes from 1 .txt file?

Is it possible to load text into say, 3 different dynamic text boxes in flash, all reading from one .txt file? For example could this .txt file …

text1= some text
text2= some text
text3= some text

… load each of the three flash dynamic text boxes with “some text” reading text1, text2, text3, etc…??? How would you do that?

Thanks for the help.