Hi all. I am using FB4, and want to specify an XML file to be used as the dataProvider for an <s:List> object.
However, I just can't seem to work out how to do it. Have read manuals, done google searches, checked forums - all to no avail. Can anyone help me please? Format of XML file is thus: <?xml version="1.0" encoding="ISO-8859-1"?> <imageList> <image location="path/to/image1.jpg" /> <image location="path/to/image2.jpg" /> <!-- ... --> </imageList> many thanks in advance! Matt

