Monthly Archives: March 2008

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: PLAIN TEXT PHP: // $mappedClass = SomeObject $mappedClass . "php" // SomeObject.php // or $mappedClass . ".class.php" //SomeObject.class.php For POG classes the [...]

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.

Flex 3 Truchet Tiling

Flex 3 Truchet Tiling example with 3 different class types, Triangle, Circular Arc, and Random Arc.