views:

55

answers:

1

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?

+1  A: 

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.

Hippo
"seems to have all the things you need" -- Where ?? Can you give me a deep link that answers my question?
Jenko
Version 2.00 of SWX offers AS3 support using a pure PHP assembler. (http://code.google.com/p/swx-format/wiki/About_SWX_v2)But documentation seems to be poor.
Hippo
Wow! That's great, I'll check it out.
Jenko