Creating a front-end for wordpress is incredibly easy and great for making weird and unnecessary versions of the site with UI swoops and swishes. Continue Reading →
I have had more problems than worth mentioning with the LocalConnection API, but felt compelled to write about it after finally getting everything up and running. Continue Reading →
There are a number of methods to detect network connectivity, all of which can be read about here, here, here and here. Continue Reading →
During my download manager development I tried a number of different methods to download files. This article was invaluable, as it explains how to download in 50k chunks rather than buffering much larger amounts. Continue Reading →
Using either the arguments field when launching an AIR app from a browser or initiating a local connection between AIR apps or Flex apps and the browser is a great way to pass data and create a better integrated user experience. However, there are some serious flaws. The documented limit for passing data between flex application using LocalConnection is 40Kb. This is easily enough for a few IDs, but not a sizable XML document. Continue Reading →
In my recent efforts to create an MP3 downloader application I have been extensively investigating the Adobe Flex browser API to pass through download URLs and other meta data through to my app. Continue Reading →
I have been investigating and designing an MP3 download manager built using Flex and delivered as an Adobe AIR app. Continue Reading →