PHP Turbine 7
PHP Flash Turbine, aka PHP Turbine 7, is a dynamic swf generator not unlike the original Flash Generator of years gone by, or the up-and-coming libming library.
Blue Pacific
PHP Flash Turbine is developed and marketed by Blue Pacific Software. I used this Flash product for several years before switching to Ming due to a previous delay in the upgrade of the product to the most recent version. Although I now use ming, I like Blue Pacific products quite a bit, and was very impressed with their customer support. Hopefully I’ll get to try out the new version sometime soon.
Notes from my usage of PHP Flash Turbine in 2003
What a pain!
For use as a CGI binary, you have to prepend any turbine using files with this:
$_SERVER[‘PHP_SELF’] = $_SERVER[‘SCRIPT_URL’]; $_SERVER[‘SCRIPT_NAME’]=$_SERVER[‘SCRIPT_URL’];