On Mon, Jul 16, 2007 at 12:08:32PM -0500, Kevin Veroneau wrote: > How does the CGI option work on swfc? For example, can I do something like > this: > > #!/usr/local/bin/swfc --cgi > > *** SWFC code here *** > > Or, I am on the wrong track? Also, does swfc support piping, for example: > > echo "*** SWFC code here *** \ > \ > \ > *** End SWFC code ***" | swfc -o example.swf -
Yep, both should work.
The most simple example:
echo .flash .end | swfc - -C
Greetings
Matthias
