swx

Flash: What is the SWX data format?

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 mea...

Are SWX Data files modifiable by Client code?

Data is stored in SWX files, that is read natively by Flash Player as "objects". Can the client request the server to update/modify SWX files, much like a MySQL database? How? SWX-PHP? ...

How do I generate SWX data files serverside?

By storing data in SWX files on the server, it can be interpreted automatically like loading one SWF into another. Now I'd like this data to be modified by server side code, how can I do this? Are there any SWX libraries for PHP that I can use? ...