Reading iCalendar Files with Flash Player 10
Friday, November 7th, 2008There are many compelling features in Flash Player 10, but if you are a nut about data (like me), then local file IO is probably the one that gets your attention. It turns out that using this new feature couldn’t be easier. There’s a couple new methods on the FileReference class and you are off to the races. I wanted to test this functionality out myself, so I built a little application to read iCalendar files.
(more…)