No. FusionWidgets necessarily needs its data in XML format. If you've your data in arrays, recordsets or as Web Services, use your Flash code to retrieve the data from these sources and then convert it into XML at run-time (using string concatenation or XML Object methods). Finally, you can provide the XML to FusionWidgets.
You do not need to physically write XML files on disk. You can just provide the XML object instance FusionWidgets and it will read the same. |