Dear Flex friends
I need to filter by a comboBox a TileList pictures gallery where I'll
show some products and info read from a XML.
My XML is
<?xml version="1.0" encoding="UTF-8"?>
<gallery>
<familyA>
<photo file="immagini/min.jpg" filehigh="immagini/max.jpg" prezzo="€
280" codice="XXXX" title="Titolo del Prodotto">
<text>
bla bla bla
</text>
</photo>
</familyA>
ecc....
<familyB>
<photo file="immagini/min.jpg" filehigh="immagini/max.jpg"
prezzo="€ 280" codice="XXXX" title="Titolo del Prodotto">
<text>
bla bla bla
</text>
</photo>
ecc...
</familyB>
</gallery>
Now How I can put this info to my TileList and filter the Family Type
from a comboBOX?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---