hey,

  > generate swfml to a text file (or pipe in)
  > invoke swfmill
  > somehow capture output to browser
  > (use php to send the output directly?)

you will have to do the full-screen stuff from JS. i dont have a sample,
but i know that php can pipe the output of a shell command to the client
directly, so if you first set the content-type header to swf, then run
swfmill without specifying an output.swf, it will print to stdout-

if you find out how to feed swfmill's stdin while it's running, this
command:
"swfmill simple stdin stdout"

will process stdin to stdout- possibly resulting in the most efficient
way to do what you want.

php docs should enlighten you on the external command/pipe issues.

-dan

-- 
http://0xDF.com/
http://iterative.org/

_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to