got a flash container with xml which we need dynamicly from mysql.
and a slider with this:
[code]
new Slider({
2 “slider”: “slider-test1”,
3 “items” : [
4 { “file”: “heroes.jpg”, “label”: “Heroes”, “link”: “http://www.hulu.com/heroes” },
5 { “file”: “prisonbreak.jpg”, “label”: “Prison Break”, “link”: “http://www.hulu.com/prison-break” }
6 ]
7 });
[/code]
which need to be dynamicly loading products from certain caqtegories
