Hello Matthias, 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 - With piping, I can create simple swfc frontends using Kommander under KDE. Also piping would work with PHP and other languages as well, no need to save the file before compiling the code. Thanks, Kevin.
