Contact Me


Recent Posts


Categories


Archives


Tags

3d actionscript Actionscript 2 Actionscript 3 api APIs as2 as3 brand carousel channel code compress contest contract CSS Flash flv fp10 free gadget gadgets gdata google JavaScript jquery mvc papervision papervision3d PHP player playlist proxy puremvc pv3d Python search tube tutorial twitter video widget XML you youtube

Links


Help end world hunger

Posts Tagged “JSON”

Quick XML, JSON and More Data Services in Actionscript 3

Monday, July 13th, 2009

So I’ve been publishing more and more of my code up on Github, yes I will SVN it up to Google Code too! There are a few classes that people may not know how to use or why to use them, so here’s a quick run through of the ones that reside in “com.firestartermedia.lib.as3.data“:
(more…)

jQuery’s Missing AJAX Function (and CodeIgnitor)

Tuesday, June 16th, 2009

This is a really handy tip if you use jQuery frequently and are receiving JSON data back. jQuery’s “$.post” allows you to do a POST call to your application and get the data back, but you have to flag the type of data being received by jQuery so that it can parse it.
(more…)

AMFPHP and AS3

Friday, May 29th, 2009

If you’re an Actionscript developer then there’s a chance that you would have used AMFPHP in your time. It’s a shame that the project isn’t being maintained – since the last release was in 2008 – nevertheless, it works and that’s what matters. I’ve been having a crack at making AS3 and AMFPHP play nice together and it’s turned out quite well, apart from a few issues, with AS3 mainly.

I’m a firm believer of reusing code, so instead of creating some functions for projects, I create sets of classes so that when I go to do other projects, development time is reduced as I’ve written scalable and usable code rather than re-writing all my stuff. So I’ve done about creating a set of AMFPHP Service classes that I’d like to share with you.
(more…)

Fork me on GitHub