Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
63 views

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 ...
0
votes
2answers
96 views

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?
0
votes
2answers
305 views

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