What is this SWX data format that I keep hearing about?
The Wikipedia article says: "Data is stored as SWF bytecode, that is interpreted by Adobe Flash Player."
Their official site says: "SWX is the native data format for the Flash Platform.", and there are many examples of sites which allow users to modify/update data.
Does this mean that:
Data is stored following the open Adobe SWF-specification meaning that data (arrays/objects) can be loaded directly into the Flash SWF as SWF movies.
Data is stored in XML/SQL and when Flash requests the "SWF" file, server-side code generates an "SWF" file and passes it on to the Flash SWF.