Projects tagged ‘air’ and ‘flash’


Jump to tag:

Projects tagged ‘air’ and ‘flash’

Filtered by Project Tags air flash

Refine results Project Tags flex (119) actionscript (87) as3 (74) adobe (38) actionscript3 (27) api (13) framework (11) ria (9) library (9) xml (8) java (7) php (6)

[149 total ]

6 Users

You can use the same framework in ActionScript 1,2,3 and SSAS to deploy your RIAs.
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.

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.

2 Users
 

AS3 rich graphic and geometric opensource library based on the Maashaack and VEGAS frameworks.
Created about 1 year ago.

1 Users

Framework, component library & integration channels to make robust Flex/AIR applications and to integrate it effectively with Java and the LAMP stack. Includes components on both the client and the ... [More] server side. Includes templates for instant generation of CRUD and BI applications. Provides a simple, yet powerful, MVC framework implementation. Provides implementation of most popular architectural and design patterns. Modular in approach and so can be used either in smaller chunks or larger portions, depending on the requirements. Connects with most popular Java backends including Java EE, Hibernate, Seam and Spring. Integrates with Complex Event Processing (CEP), BPM and ESB environments. Works with the LAMP stack and supports bindings for PHP, Python, Ruby and Perl. Fireclay is in active development. Check out the latest version of the code from its Subversion repository Planned Milestonesbeta 1 -- July 1, 2009 release candidate 1 -- July 31, 2009 Documentation and examples illustrating and explaining Fireclay to be added in the near future. Fireclay was introduced in Chapter 1: Leveraging Architectural and Design Patterns of Advanced Flex 3 (friends of Ed|Apress, 2008) Associated Projects: dsadapters, usable, clutch & SteeringWheel [Less]
Created 12 months ago.

1 Users

Indigo is an architectural framework based on IOC (Spring) and developed in Actionscript 3. It provides a clean base for all developers seeking to build solid applications, scalable and maintainable ... [More] in a market in perpetual motion. Available for Flash, Flex and AIR [Less]
Created about 1 year ago.

1 Users
 

Pair is an Actionscript 3 implementation of the Python standard library.
Created over 2 years ago.

0 Users

Application displays a spectrum of the mp3 file, displays cue points from a file, and allows navigation and playback of mp3 and navigation between cue points. MIT-license. Depends on as3tobydietrichcorelib.
Created about 1 year ago.

0 Users

Picasa Flash API (PFA) is a simple ActionScript 3.0 library for the Google's Picasaweb Data API. With PFA you can access Picasaweb feeds within the Flash Player or Adobe AIR. PFA handles the feed ... [More] loading and parsing, so on the end of the "feed reading process", you have your Picasaweb data ready in a "value objects". Take it please for now as experimental (changes are reguraly commited). Because of security restrictions (see GoogleAccountsAuthentication) Picasa Flash API is read-only and you cannot be authenticated yet to Google Accounts via Flash Player. You can only read public albums, photos, comments, tags, search for community pictures etc. Authentication framework code is in progress. Any suggestions? Feel free to contact me (michal.gron@gmail.com). [Less]
Created about 1 year ago.

0 Users

This AIR application allows you to chat with other InChat Users on the same LAN. Latest Release NotesChanges1. New Notification pop up added. 2. Sound and Notification settings pane. To ... [More] do1. Create password encrypted chat databases (aka servers). 2. Enable the chat group function. [Less]
Created 11 months ago.