> generate swfml to a text file (or pipe in)
> invoke swfmill
> somehow capture output to browser
> (use php to send the output directly?)
> 
> but wondering if anyone has written a blog up about this..
> maybe some optimal way of doing it, avoding wait states for multiple
> swfmills instances etc.

Is there any way currently to run swfmill in batch mode, so that from
the same running instance of the program it will output one swf file for
each xml file that it is given (i.e. and then stay listening on stdin
for the next xml file)? (The purpose being to avoid the swfmill start-up
time.)

Even better would be a server-mode: it listens on a port, the client
connects, sends an xml file over the socket, and gets sent back an swf
file. ("Even better" as in a large project you can then have a dedicated
swfmill server machine; also dealing with sockets is easier and more
portable than dealing with stdin/stdout in some languages, such as PHP.)

Darren

_______________________________________________
swfmill mailing list
[email protected]
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to