RemoteObjectAMF0 swc for Flex 3

There was a small change in Flex 3 that causes the RemoteObjectAMF0 class to not compile in Flex 3 apps. I have updated the class and the swc. The updated RemoteObjectAMF0 code can be found in the renaun_com_RemoteObjectAMF0_flex3.swc in the zip file at – http://renaun.com/flex2/RemoteObjectAMF0/renaun_com_RemoteObjectAMF0.zip NOTE: updated again to add a line to delete references to the responders after it is passed...

Read More

RIALogger updated to v1.6

The release of RIALogger v1.5 for AIR 1.0 was not very stable and was in between a transition period. I originally thought I would get around to update it quicker. Well I finally updated to be more stable and better performance when viewing large amounts of data. A new UI update will hopefully come after this. Get the newest application...

Read More

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

ITunesMetadataReader using Metaphile

The ITunesMetadataReader application is a very basic AIR example of how to use the new Metaphile project to read out MOV (H.264) file metadata. The source of the project is included in the AIR application, to access it right-click on the application and click view source. The Metaphile project is on google code and now includes an implemented MOVReader as well as an ITunesData class. It might not be the best name for it, but right now the...

Read More