Search code examples
databaseflashactionscriptswx

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?


Solution

  • If you only want store images or other assets I would suggest swfmill.

    The project swx-format seems to have all the things you need.

    Maybe also interesting for you: Haxe (programming language, generating PHP, swf, neko, js, AS3) has a library hxformat to create swf and abc code on the server side.