Projects tagged ‘air’


[618 total ]

9 Users

This client allows you to remotely connect to the admin API of uTorrent. Torrents managed by the uTorrent application can be controlled from a remote machine.
Created about 1 year ago.

7 Users

Attention:New project site http://flexmojos.sonatype.org/ What is flex-mojos?A collection of maven plugins to allow maven to compile, optimize, test and ... Flex SWF, Flex SWC, Air SWF and Air ... [More] SWC. The main goal is to provide a full support to all mxmlc/compc options. Those two projects are great, but I believe I can be a good alternative. I made this choice of create a new project when I tried to compile the Adobe Open Source SDK and figure out that will not be possible with none of these. Major features: SWF, SWC, AIR and Flex versions; RSL and caching framework support; Modules support; full cover to MXMLC and COMPC options; flex 3; use FLEX-OEM-COMPILER, means it faster, uses less memory, no need of references to local drive; flex unit support; asdoc support; no set [Less]
Created about 1 year ago.

6 Users

You can use the same framework in ActionScript 1,2,3 and SSAS to deploy your RIAs.
Created about 1 year ago.

6 Users

Spaz is an award winning, open source Twitter client for Mac, Windows and Linux. The current version, known as Spaz.AIR, uses the Adobe Integrated Runtime (AIR). Features: * Cross-platform: ... [More] available on all AIR-compatible platforms (currently Windows and OS X, with Linux coming soon) * Open source software using a New BSD-style license (source available at Spaz Google Code project site) * Markdown syntax support * Multiple themes * User-defined CSS “overrides” * Minimize to systray (windows); optional auto-hiding and showing * Adding favorite messages and deleting sent messages * Event sounds using the Tokyo Train Station soundset by Dominik Dimaano et al... [Less]
Created over 2 years ago.

5 Users
 

maashaack is a set of framework, libraries and utilities that have the goal to provide a standard set of tools than can work with any host supporting ActionScript 3.0 * Flash Player 9.0+ * AIR ... [More] 1.0+ * Tamarin 1.0+ our mission statement: Making programming in AS3 better [Less]
Created about 1 year ago.

3 Users
 

Prana is an Inversion of Control (IoC) Container for ActionScript 3.0, and more specifically the Flex framework. It enables you to configure objects and components in a non-intrusive way by describing ... [More] them in an external xml document and having them loaded at runtime. At its core is a Spring-ish application context and IoC container. The xml dialect for the application context is aimed to be Spring compliant. Further, the framework also contains utility classes for configuring and extending Cairngorm and PureMVC applications, a Reflection API and general utilities. In the future we’ll be looking into adding AOP support and Mock objects for FlexUnit, and we’re always open for suggestions. [Less]
Created about 1 year ago.

3 Users

mooter is a lightweight twitter client based on Adobe AIR. It is targeted to offer outstanding performance and support power users by integrating multiple accounts in an intuitive combined timeline.
Created 3 months ago.

3 Users

A set of Actionscript 3 utilities that enable the use of MVC for rapidly building rich internet applications within the Flex framework. Includes Router for deeplinking, Model for easy data access ... [More] , some base Controllers and some other goodies that make our lives easier. [Less]
Created about 1 year ago.

3 Users

Tweener (caurina.transitions.Tweener) is a Class used to create tweenings and other transitions via ActionScript code for projects built on the Flash platform. It's released and maintained for these ... [More] versions: ActionScript 2.0, for Flash 7+ and Flash Lite 2.0+ ActionScript 2.0, for Flash 8+ ActionSctipt 3.0, for Flash 9+ Ported/inspired versions for other languages are also available: haXe version (ported by Baluta Cristian) JavaScript version (ported by Yuichi Tateno) JavaScript version (ported by Michael MacMillan) vvvv version using nodes vvvv version using a native C# dll (faster) (ported by by Rene Westhof) Python version (ported by Benjamin Harling) C++ version (ported by Wesley Marques) In layman's terms, Tweener helps you move things around on the screen using only code, instead of the timeline. The general idea of a tweening Class is that dynamic animation and transitions (created by code) are easier to maintain and control, and more stable than animation based on the regular Flash timeline, since you can control it by time rather than by frames. Aimed both for designers and advanced developers, the Tweener syntax is created with simplicity of use in mind, while still allowing access to more advanced features. Because of this, it follows a 'one-line' design mentality when creating new tweenings, with no instancing required (as it's a static Class) and a set of optional parameters. Also, there are no initialization methods required by Tweener, other than the mandatory 'import' command. Its fluid syntax allows it to be used to tween any numeric property of any object of any class, so it is not tied to specific properties of built-in Classes such as MovieClips or TextFields. This flexibility grants a wider control on how transitions are performed, and makes creating complex sequential transitions on any kind of object easier. Small file overhead is also one of the main goals of Tweener - once included on SWF movies, Tweener currently takes 8.8kb (AS2 FL2), 9.2kb (AS2) or 10.4kb (AS3) of the total compiled file size. It can be compiled with the Flash IDE, MTASC, or Flex SDK (even with strict rules on), with no errors or warnings thrown during compilation. Tweener is also the spiritual successor to MC Tween. However, it follows ActionScript's more strict OOP rules, and gets rid of the fixed parameter order syntax imposed by MC Tween. As a result, code written with Tweener is a lot more readable even for developers not versed on the Class. Development wise, modularity is one of the main aspects of Tweener. The code is built in a way that new features such as transitions and special tweenings can be added (or removed) easily: for example, properties that are only acessible through methods and functions can be tweened by creating and registering new special properties. Expanding the feature set of the original Class can be done on a per-project basis, with no change to the original files. From this page, you can download the latest stable (heavily tested) version of Tweener, check out a few examples with source, or read the documentation. There's also a mailing list for Tweener discussion. If you prefer, you can also get the very latest versions from Subversion, before they're considered stable and featured on the download list (the changelog is available here). The repository can also be viewed with a web browser. [Less]
Created about 1 year ago.

2 Users

Fluint is an open source testing framework for Adobe Flex and AIR applications. It goes beyond the existing unit testing tools by providing full support for asynchronous tests, which is crucial when ... [More] dealing with Adobe Flex as almost all aspects of data transfer and the UI interact asynchronously. This support includes async returns before test method completion and async setup and teardown. However, it is not just another unit testing framework, it also provides full integration level testing support of classes and UIComponents through test sequence declarations. Finally, it is designed to be integrated into automated build systems via an Adobe AIR test runner capable of producing consumable XML output. [Less]
Created about 1 year ago.