Skip to content

sangupta/as3extensions

Repository files navigation

as3extensions

Extension classes for Adobe AIR desktop applications. Project contains several classes that enhance the basic functionality of ActionScript and makes it easier to use. These classes are meant to reduce a lot of boiler-plate code that a user may need to write in order to achieve simple tasks.

The entire library can be categorized into the following:

  • Database
  • Working with a SQLite database
  • A light-weight ORM database
  • Adobe AIR HTML control
  • Fetching page title
  • Files and Directories
  • Allowing user to select files/folders from local machine
  • A line-by-line file reader
  • Web related
  • Accessing URLs
  • Accessing a XML/JSON based webservice
  • UriBuiler for manipulating URLs
  • Common contract enforcing interfaces
  • such as for comparisons, equality, naming, ordering, disposing etc.

Versioning

For transparency and insight into our release cycle, and for striving to maintain backward compatibility, as3extensions will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the follow format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major
  • New additions without breaking backward compatibility bumps the minor
  • Bug fixes and misc changes bump the patch

For more information on SemVer, please visit http://semver.org/.

License

Copyright 2011-2012, Sandeep Gupta

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Releases

No releases published

Packages