Hi.
I am trying to develop a simple product catalog using flash and xml.
The xml file only has a list of catagories and under each a few products.
I have a combobox wich list the catagories and another which list the products
in that catagory.
Each works fine but the products don't change according to the catagory that
is selected in the catagory combobox.
How do I change this.
I use xmlConnector to bind the data to both.
2. When I browse through the products using a loader component sometimes there
is flicker and you can see the image
before it is resized. This is realy annoying. Should I use a movieclip loader?
The images are not all the same size.
I thank you!
The Feldkircher - 24 Oct 2006 14:52 GMT
Hi
Not knowing how your schema is set up - this is a stab in the dark.
I think you need to set the link between Products combobox data and the
selectedIndex of the Categories combobox.
So that when the selectedIndex ie Category changes the Products combobox
content changes.
Hope it helps