I just ran through the XML thumbnail gallery tutorial on this site. I’m pretty new to Flash, and extremely new to XML, so I was hoping somebody might help me tweak that tutorial a bit.
What I would like to do is change idea of the <caption> node a bit. I want it to be more of a header, followed by a price list, and then a little description. If I were writing HTML, it would be something like this:
<h2 class="bold">Item</h2>
<ul>
<li>1 - $15</li>
<li>2 - $30</li>
</ul>
<p>Here is a little info about the item. There wouldn't be a lot of text, but maybe just a small amount. Kind of like this amount here, but possibly more.</p>
Something along those lines, all showing up in the same area, maybe with slightly different formatting on each. Is that type of thing possible within the scope of this tutorial and my (nonexitant) knowlege of XML?
Thanks for any help.