This is an ActionScript blog, however, I’m going to show my support for a very good friend of mine (and very successful entrepreneur) who has started: PSDTemple. A service that allows designers to turn their PSDs into functional user interfaces. Great price and great service deserves a bit of attention Thank you for understanding the […]
Anchor Tags in ActionScript Textfields
This example is for anyone who needs to use anchor tags in ActionScript TextFields. If using AIR than the best route is to use an HTMLLoader to load in the raw HTML. If an HTMLLoader is not an option you can use this example to create a wrapper class that mimics the anchor tag functionality. […]
Post to TwitPic from Adobe AIR
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 […]