I'm hoping someone here can help me. I'm trying to delve into the world of Flash/XML and the horrible mess they make together for me
This is my XML:
Code:
<?xml version="1.0 envoding="IS0-8859-1"?>
<events>
<event>
<date>7/7/07</date>
<event>EventName</event>
<location>VenueName</location>
<music>DJName</music>
<charge>$20</charge>
<ages>21+</ages>
<flyer> </event>
</events>
I've added a dynamic text field on the stage with the same name as the elements. Then, I want to be able to call several instances of it...i.e. add another <events> code block and have that come up underneath the existing info.
I've search high and low to try to do this myself and I've failed miserably.
Could someone please offer some guidance.
Desperately,
V1SHAL
This is my XML:
Code:
<?xml version="1.0 envoding="IS0-8859-1"?>
<events>
<event>
<date>7/7/07</date>
<event>EventName</event>
<location>VenueName</location>
<music>DJName</music>
<charge>$20</charge>
<ages>21+</ages>
<flyer> </event>
</events>
I've added a dynamic text field on the stage with the same name as the elements. Then, I want to be able to call several instances of it...i.e. add another <events> code block and have that come up underneath the existing info.
I've search high and low to try to do this myself and I've failed miserably.
Could someone please offer some guidance.
Desperately,
V1SHAL