One of the things that I really wanted the Telexer to be good at, was the ability to show thumbnail images from as much feeds as possible. As there are now so many flavors of RSS, you’ll need to try several options to retrieve images from a feed. In this three-part article I’ll describe how I tackled this.
read onCategory Archives: Code snippets
Activation process: e-mail validation with RegExp in AS3
The technical part of the “activation” process in the .telexer application – making the call from the .telexer to the Plimus API to see if the license key is valid – was really easy. Just an xml-request to a secure url – wait for the response, and take it from there. But I wanted the [...]
read on