Hi all,

<mx:XML id="trendyXML" source="data/casual.xml" />

Some where in my source code:
imageRepeater.dataProvider=trendyXML.image;


The result is the repeater display all records in the xml files. However, I 
need to keep update xml file and RECOMPILE the app with flex builder in order 
for the xml updates to take effect. I would like to get the data updated by 
only editing the xml file without recpmpile the program. Anyway how I can fix 
this?




henry

Reply via email to