[swfmill] using swfmill server side from PHP?

2006-06-06 Thread D_C
does anyone have examples of using swfmill to generate flash server side, then serve it up, ideally full-screen? i guess it should be: 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

Re: [swfmill] using swfmill server side from PHP?

2006-06-06 Thread daniel fischer
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

[swfmill] process templates?

2006-06-06 Thread D_C
is there a way for swfmill to substitute items inside a swf file? lets say i have a swf file with {userName} in a text field. i want swfmill to replace this with something. this is a relatively easy binary replacement i could do on the file i guess, but wnodering if swfmill has any of this

Re: [swfmill] using swfmill server side from PHP?

2006-06-06 Thread Steve Webster
On 6/6/06, daniel fischer [EMAIL PROTECTED] wrote: 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

Re: [swfmill] process templates?

2006-06-06 Thread Hudson Ansley
woa, is there documentation on the XSLT in swfmill stuff? I use ant in eclipse to run XSLT for a swf creation process. Maybe I could simplify it with swfmill, but not sure what it does with XSLT. Regards, Hudson On 6/6/06, daniel fischer [EMAIL PROTECTED] wrote: use swfmill's inherent xslt

Re: [swfmill] process templates?

2006-06-06 Thread daniel fischer
Hudson Ansley [EMAIL PROTECTED] (on Tue, 6 Jun 2006 15:39:32 -0400): woa, is there documentation on the XSLT in swfmill stuff? I use ant in eclipse to run XSLT for a swf creation process. Maybe I could simplify it with swfmill, but not sure what it does with XSLT. # swfmill ... xslt

Re: [swfmill] process templates?

2006-06-06 Thread Hudson Ansley
yes (sorry, should have checked before hitting send). That's nice, I'll try it out, thanks Regards, Hudson ___ swfmill mailing list swfmill@osflash.org http://osflash.org/mailman/listinfo/swfmill_osflash.org

Re: [swfmill] using swfmill server side from PHP?

2006-06-06 Thread Darren Cook
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

Re: [swfmill] using swfmill server side from PHP?

2006-06-06 Thread William Strapazzon
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

Re: [swfmill] using swfmill server side from PHP?

2006-06-06 Thread Darren Cook
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 Hi William, Thanks for the reply, but the need was not for actionscript apps. I was meaning using php (or any language) to call swfmill to