AMFPHP Deserializer and POG classes

The default AMFPHP patterns for including classes defined in your AMF requests do not work for POG classes. The two default patterns that are check for class including by the AMF deserializer are: [php] // $mappedClass = SomeObject $mappedClass . “php” // SomeObject.php // or $mappedClass . “.class.php” //SomeObject.class.php [/php] For POG classes the pattern is “class.someobject.php”, regardless of the case...

Read More

RIALogger v1.5 updated for AIR 1.0

The RIALogger has been updated to the latest AIR release v1.0. You can get the more information about the RIALogger and the custom logging target here.

Read More

Flex 3 Truchet Tiling

This example of Truchet tiling how to create easy Math patterns Flex 3. There are three classes TruchetTriangle, TruchetCircularArc and TruchetRandomArc. The “Surprise Me!” button is quite fun to just watch the all the different patterns appear. So whats the purpose of this, well mostly to give my brain something totally different to focus on for a little bit while deadlines approach. View it here! The source is available in the...

Read More