Monday, June 13, 2011

My first article about Swiz Framework

I wrote an article about Swiz Framework, you can read it here: LINK. It's for total beginners, I showed how to write a basic app in Swiz. Article is in Polish, but you can check source code here: LINK.

Wednesday, June 1, 2011

Wrapper class for RemoteObject

In my projects I use AMF connections very often. In my of my previous posts I showed you PHP class and some Actionscript code that connects to it (LINK). This code is fine when you have very simple application, but in bigger projects it's very handy to write a wrapper class for handling AMF connections. Let's start with