Not sure if this is even possible but here goes. I want to be able to pull a text file into flash page. I want this to scroll like a news ticker. I have the following code but this only put the txt onto one line and doesn't allow me to tween it.
_root.createTextField('tmp', 1, 10, 10, 100, 10);
tmp.autoSize = true;
tmp.border = true;
tmp.variable="text";
loadVariables("yahoonews.txt","_root");
_root.createTextField('tmp', 1, 10, 10, 100, 10);
tmp.autoSize = true;
tmp.border = true;
tmp.variable="text";
loadVariables("yahoonews.txt","_root");