i have a xml file ->
"<category>
<item name = "Mercedes --E20056">
<model> Mercedes E20056 </model>
<image>mercedes001</image>
</item>
</category> ...5 models total
xml-> flash "load"-> TileList "click"-> some window with data
here is the problem:
how to add another TileList in that window with few images /like a gallery/ - any ideas ?
i try with dataprovider and "
<item ....>
<photo name="photo1" url="mercedes01"></photo>
<photo name="photo2" url="mercedes02"></photo>
</item>
but it loads all 30 photos ... in second TileList

Thank you !