Hi
Im using flash8…
Im beginner in AS.
I hav the coding for dynamically getting data from XML and animate this using AS…
In my xml there are two lines i want to get… each are seperate node…
Here i hav the coding to get 1 line but i don know how to get the another line from xml and how to put it below the firstline…
This is my xml file…
<?xml version=“1.0”?>
<!–Please dont change the order of the tags–>
<BANNER>
<ONELINERS>
<LINE1>Everything</LINE1>
<LINE2>Is Possible</LINE2>
</ONELINERS>
</BANNER>
please test my .fla file here am attachwith…