TwitPic is a service that lets you share photos on Twitter by generating a tiny url to the image being uploaded. The flash.filesystem.File class allows Adobe AIR to post an image to TwitPic. By specifying the username, password and posting method it is possible to submit a query to the TwitPic API. This can be […]
SQLite in AIR
When doing research on integrating a SQLite Database into AIR I came across the following useful resources: Learn what SQLite is About: Introduction to the SQLite Database – David Tucker Getting Started: Introduction to SQLite in Adobe AIR Tool for Creating and Modifying SQLite Databases: SQLite Firefox Extension By using a SQLite database it will […]
FlexFeed: Twitter RSS Feeds in Flex
Using Flex and PHP it is possible to integrate Twitter RSS feeds into a Flex web page. Twitters cross domain policy (which is used by Flash) does not allow external resources to access feeds. Using PHP as a medium to the data, Flex can access the feed and display all contents. This technique can be […]