Can help someone for this Flash Stuff

I am using Flash 8
I am tried animate the text taken from XML…
I am able to get the text from XML using Dynamic textbox…
and i am able to made some simple animations like transform etc…
actually i made some text animation statically…
I need some actionscript to animate same like my static design…
Please some one help me…
here i am attaching my static design SWFand FLA…

and this is my XML file…
[COLOR=darkred]<?xml version=“1.0”?>
<BANNER>
<INFO>
<IMAGEPATH/>
</INFO>
<ONELINERS>
<LINE1>The Best</LINE1>
<LINE2>You can </LINE2>
<LINE3>Find on Web</LINE3>
</ONELINERS>
<NEWSTEXT>
<NEWS_LINE1>News Line 1</NEWS_LINE1>
<NEWS_LINE2>News line 2</NEWS_LINE2>
<NEWS_LINE3>News line 3</NEWS_LINE3>
</NEWSTEXT>
</BANNER>
[/COLOR]