AIR

Google Tasks – AIR App

Wednesday, March 17th, 2010 | Projects | 21 Comments
Version 1.0.2, Updated April 11, 2012
  • Compatibility: AIR 1.5.3 and later (ActionScript 3.0)
  • File Size: About 995Kb
  • Change Log

Download Now (1.0.2)

Please upgrade your Flash Player This is the content that would be shown if the user does not have Flash Player 9.0.115 or higher installed.

Description

Google Tasks is an Adobe AIR app that allows you to view/edit/add/delete tasks without your browser.

It is similar to Christian’s found here, but with some added features.

Added Features

  • Added option for different views (complex, simple, android, iphone, mobile).
  • Added option for Always On Top.
  • Always on top – I wanted it always on top of my other windows.
  • Saves size and position – This way you are not resizing and moving it every time you open it.

› Continue reading

Tags: ,

Notes: AIR

Tuesday, April 7th, 2009 | Notes | No Comments

Some notes I’ve gathered over time in regards to AIR. As per usual, just posted up here for future reference.

Multiple Monitors

When building an app for multiple monitors, be sure to make use of the flash.display.Screen class. This class lets you iterate through all of the monitors available with access to the size and resolution of each. It also can tell you which is the primary monitor. Below is a useful function to grab the current screen.

	private function getCurrentScreen():Screen {
		return Screen.getScreensForRectangle(stage.nativeWindow.bounds)[0];
	}
	

› Continue reading

Tags:

AIRadio – An AIR Radio Player

Monday, October 13th, 2008 | Projects | 1 Comment
Version 1.5.0, Updated October 17, 2011
  • Compatibility: AIR 1.5 and later (ActionScript 3.0)
  • File Size: About 200Kb
  • Change Log

Please upgrade your Flash Player This is the content that would be shown if the user does not have Flash Player 9.0.115 or higher installed.

What’s New

  • Updated window size
  • Updated radio url

Description

AIRadio is an AIR based web radio player. It loads the play.it radio player powered by CBS Radio. After moving away from Florida I missed my favorite radio station, O’Rock 105.9. I later found that they played their music online via this Flash based player. So I built this application to host it out of the browser and minimize to the tray for easy listening.

Features

  • Minimize to tray
  • Self contained application
  • Auto-update capability

› Continue reading

Tags: ,

Aroma – An AIR Recipe Manager

Thursday, October 9th, 2008 | Projects | 12 Comments

Version 2.4.0, Updated May 18, 2010
  • Compatibility: AIR 1.5 and later (ActionScript 3.0)
  • File Size: About 455Kb
  • Change Log

Download Now (2.4.0)

Please upgrade your Flash Player This is the content that would be shown if the user does not have Flash Player 9.0.115 or higher installed.

What’s New

  • Added a Random recipe button

Description

Aroma – helping answer the age-old question of “What’s for dinner.” Whether you’re sharing a recipe, or looking for a quick and easy dinner idea, this is where inspiration comes to life!

Store all your favorite recipes in one spot. Aroma has many search options, allowing you to quickly and easily find the perfect recipe for any occasion. Choose from a variety of search options, to include: recipe name, ingredient, or author. Once you’ve found the perfect recipe, Aroma conveniently allows you to print.

Use Aroma to store and share your favorite recipes. Get started by clicking the Install Now link above.

Bon Appetit!

Features

  • Scalable UI
  • Drag-n-Drop support – Drag and drop .rcpe files to import them into your recipe list.
  • Export recipes – Export recipes as .rcpe files.
  • Import recipes – Import .rcpe files by dragging them into Aroma.
  • Print Recipes – Can print recipes in 3×5, 4×6 or full page formats. You can select multiple recipes from the list on the left by holding down “Shift” or “Ctrl” when clicking.
  • Auto-update capability
  • Sortable List – Sort by name or by rating
  • Searchable Recipes – Search through your recipes by name, ingredient, author, category or source. Searching by ingredient is VERY useful. When all you have are leftovers, it’s easy to see what recipes could use them.
  • Recipe Images

› Continue reading

Tags:

.sparta – An AIR MXI Editor

Wednesday, October 8th, 2008 | Projects | 12 Comments
Version 2.0.2, Updated February 21, 2011
  • Compatibility: AIR 1.5 and later (ActionScript 3.0)
  • File Size: About 590Kb
  • Change Log

Download Now (2.0.2)

Please upgrade your Flash Player This is the content that would be shown if the user does not have Flash Player 9.0.115 or higher installed.

What’s New

  • Fixed product drag error
  • Fixed new file save error

Description

.sparta is an Adobe AIR based utility. It allows you to edit .mxi files and create new ones. It currently supports the majority of the MXI specification with the goal of supporting all of it.

I made this program because I was tired of all the half-assed MXI editing programs that were built with Flash MX 2004 and some random swf to exe program. I also tended to forget what options I had when creating an MXI for my own components. So I created .sparta, it has a (hopefully) intuitive interface and shows ALL the options MXI can support.

Features

  • Scalable UI
  • Drag-n-Drop support
  • Create MXI files
  • Edit MXI files
  • Auto-update capability
  • Tool-Tips describing every feature
  • Create mxi files for Fireworks, Dreamweaver and Flash

› Continue reading

Tags: , ,

Search