Update: This app was my first encounter with Flex. Using this code is not advised and not supported. My first (working) Flex application. It displays a public google calender. It's build upon the new XML object which introduces a couple of new things to the flash world like namespaces and E4X.
Here is my first Flex application that is worth publishing. It's an app which visualizes a google calender (if it is public). For this example I choose the Adobe Apollo calender made by
Mike Chambers. Flex introduces a new XML object which handles XML like it should be. It supports namespaces, E4X and more. I struggles a lot with the namespace stuff and think my app can be much simpler. This app will be updated when I learn more about Flex.
The Flex Google Calender 0.1:
Because of the flex sandbox i've written a wrapper in php to open the calender.
If anyone of Google is reading this, please place a crossdomain.xml file in the root of google.com with a little * in it as allowed domain
If anyone has tips for me for my flex app please mail me at: martijn (at) devigner (dot) com.
(When do I find the time to fix my comment system)