Dynamic text and movieclip

Hi,

i have an array including strings as following :


msg['eng']['Home'] = 'Home';
msg['eng']['About_Us'] = 'Our Company';

i would like to display those strings on stage but with some effects (effect can be on each letter, so i must be able to split each character and apply effect like blur and fade in/out for example).

How can i do that under Flash CS3 ?

thanks a lot,

A.