Alchemy - round one
Few days ago Adobe released Alchemy. Said to be powerful tool to compile c/c++ code to run on ActionScript Virtual Machine. I wanted to test it...
[read more]
PHP gettext caching workaround
Gettext is probably the most flexible, the most convenient, and the fastest way to handle I18N in PHP applications (and not only PHP of course).
However, when you have PHP installed as an Apache module (mod_php), PHP's gettext extension translation files are cached, so updates are not instantly visible. Unfortunately, there are no configuration directives to control caching time and practically the only way to clear the cache is to restart the web server. Obviously it can be a serious issue, especially on shared hosts, where you rarely have control over the server.
[read more]Sound equalizer in Flash Player 10
This is just a quick note, or i should rather say sound experiment with new flash player 10. This was inspired by a topic on the flashzone.pl forum.
This example shows how to use
Sound.extract(target:ByteArray, length:Number, startPosition:Number = -1):Number
method to draw sound spectrum.
[read more]
Sound equalizer with FMod and OpenGL
Some time ago, just for fun, a wrote a simple sound equalizer. Example of how it works can be found on YouTube
Learn more and download free source... [read more]
previous (newer) , 1 , 2 , 3 , 4 , 5 , ... , 11 , next (older)