templelibrary


Temple Library for ActionScript 3 by MediaMonks

Temple 3.7.1 - Release date November 2014

Temple 3.7 - Release date 27 November 2013

Downloads are no longer supported. Please use SVN to checkout the latest version.

Temple Library for ActionScript 3 by MediaMonks

ActionScript 3 toolkit for stable, high performance and maintainable Flash applications. Special designed for general everyday development.

The Temple consists of classes we use on a regular basis. They are designed for re-usability and optimized for performance and memory usage. The Temple is specially designed to work with other frameworks like Gaia, Robotlegs or TweenLite.

The Temple focuses on: * Memory Management * Event listeners management (removeAllEventListeners(), addEventListenerOnce()) * Destruction * Debugging * Utilities * UI Components * Forms * Data loading, parsing and handling * Layout * Caching * Facebook Communication But the Temple contains many other classes which can help you in work as a Flash Developer. The Temple can also be useful for Flash Animators for creating easy, fast and stable interactive UI Components.

Read more

Modules

The Temple is divided into several modules. The Temple currently has the following modules: * Core * Common * Utils * TweenLite * Data * Control * UI * Yalog * CodeComponents * MediaPlayers * Camera * Live Inspector * Reflection * Speech * Microphone * Facebook

API Documentation

The API documenation can be found in the source files and online.

Examples

There are examples included in the sources files. A list of all available examples can be found online.

CodeComponents

CodeComponents are 'code-only' UI Components which are full-featured, lightweight and easy to use. The CodeComponents are special design for quick prototype development. The CodeComponents extends the regular Temple components and have the same features as their super classes. Read more

Facebook

Module for communication with Facebook, using the Graph API or FQL. Based on the Adobe ActionScript 3 SDK for Facebook Platform API, but with some big improvements. Read more

More

Follow us on Twitter: http://twitter.com/templelibrary'>http://twitter.com/templelibrary'>http://twitter.com/templelibrary or like us on Facebook: http://www.facebook.com/TempleLibrary'>http://www.facebook.com/TempleLibrary'>http://www.facebook.com/TempleLibrary.

Change log

Temple 3.6 - Release date 27 August 2013

  • EventListenerManager is now a multiton, an instance of the EventListenerManager can be retrieved using the 'getInstance' method.
  • The EventListenerManager can now also be used to set event listeners on an object.
  • New "listenTo" and "listenOnceTo" methods for setting an event listener on an other object (which can be removed automatically by the EventListenerManager)
  • All ICoreEventDispatchers (CoreSprite, CoreMovieClip, CoreEventListenerManager, etc) now have the new "listenTo" and "listenOnceTo" methods
  • objectToString: properties of type 'int' of 'uint' with "color" in their name are automatically displayed as hex value
  • IHasValue: 'value' setter added
  • IPauseable: "paused" renamed to "isPaused"
  • 'getValue' method added in all PropertyProxies
  • dump method: "(readonly)" or "(writeonly)" added, type of property and type of value added. Optimized for iOS.
  • TextFormatUtils added, with "clone" method for creating a copy of a TextFormat
  • DragBehavior: added threshold property, DragBehaviorEvent.DRAG_START is dispatched when the dragging actually started (not on MOUSE_DOWN). DragBehaviorEvent.DRAGGING is only dispatched when the position of the object has changed by the DragBehavior.
  • FocusManager: 'eventType' can be changed, so it's possible to listen for "CLICK" events instead of MOUSE_DOWN
  • InputField: added 'defaultTextFormat', 'hintTextFormat' and 'errorTextFormat' properties (replaces 'textColor', 'hintTextColor' and 'errorTextColor')
  • Form now implemented IValidator. Added getNameForElement' method, added 'isValid' method, 'validate' method updated, validation errors generated by the Validator are handled the same as errors from the FormService.
  • Validator class completely refactored.
  • Lots of minor updates in several classes.

Temple 3.5 - Release date 30 January 2013

New in this release: * Facebook module added * Reflection module improved

Temple 3.4 - Release date 25 January 2013

Coding standard update: deprecated the usage of keyword "this".

Temple 3.3 - Release date 13 December 2012

New in this release: * Live Inspector module added * Reflection module added * Core module updated * UI module updated * Data module updated * Utils module updated * And many other minor updates in other modules.

Temple 3.2 - Release date 10 October 2012

New in this release: * Core, Utils. Data, UI modules updated * Added new modules Net, Microphone and Speech * Added more CodeComponents * And many other minor updates in several classes.

Temple 3.1 - Release date 6 July 2012

New in this release: * Some new features * Code optimization Check out the Change List for details

Temple 3.0 - Release date 20 February 2012

New in this release: * Module system * Less dependencies * Filesize and performance update * Lots of new features * More examples * Better documentation

Note

We make use of (and recommend) GreenSock’s Tweening Platform (TweenLite / TweenMax) which is licensed separately. Please see GreenSock.com for details.

Project Information

Labels:
actionscript flash mediamonks library framework temple as3 actionscript3 toolkit codecomponents Facebook UI mediaplayers