following Darren's idea but just without the needed of xml. take a look at --> http://amfphp.org/
and --> http://amfphp.org/docs/ at "Needed for Remoting" section I still haven't found a better way to work on server side for actionscript applications maybe because I like php anyway hehe and maybe when haxe becomes fully ready, we will can do everything in only one language =D Darren Cook wrote: >>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 > _______________________________________________ swfmill mailing list [email protected] http://osflash.org/mailman/listinfo/swfmill_osflash.org
