Archive for January, 2010
Snow Leopard upgraded php to 5.3, this means that passwords have to be changed – usually via SET password FOR ‘user’@'host’ = PASSWORD( ‘password’ ). This is fine, and can be verified by SELECT LENGTH( password ), user FROM mysql.user. The result should be 41. I had inadvertently enabled old_password=1 in /etc/my.cnf, this caused both PASSWORD [ READ MORE ]
Let’s be honest, at some point in time we’ve all tried to load a stupendously large number of images into flash just to see what would happen. Unsurprisingly, Flash will crash. Precisely when it will crash however seems to be enshrouded in mystery. The reason why there doesn’t appear to be any direct Adobe documentation [ READ MORE ]
The issue is In Red5 different scope handlers triggered by universal events (such as a client disconnecting) will be invoked depending on whether or not the universal event applies to the application scope (the root scope) or a child scope. For instance, if a client disconnects from the application, this will call the appStop, appLeave and [ READ MORE ]