Sjeiti

jquery

Sjeiti @ 26/04/2007 08:21 in code, javascript, jquery

It seems my days of javascripting are over :.(
My colleague pointed me to jquery. No more browser quircks, one syntax for all (and a cool effects library too).

amfphp and as3

Sjeiti @ 15/04/2007 21:07 in none

Keeping myself very busy rewriting cubejunky to a Flash (=papervision3d) equivalent I got a bit stuck on wanting to implement amfphp in as3.

I did find some good examples here and here that got me going again. I never quite understood why amfphp generates as2 classes that can have more than one instance. A singleton would be more suitable in my humble opinion.

So I rewrote the t8 Flex download (I don’t do Flex) to something I could use. I also put in some trace code you might find usefull. I usually extend this class and override the handles (and put a gatewayUrl switch in the constructor) so amfphp can easily overwrite the original when you change the php service.

Anyway… here’s the stuff, dump it in your amfphp/browser/templates folder (except for the as file of course).