Coolest flex - components, tools, library, samples and so on...

Untitled Blog

Twitter

Showing posts with label actionscript3. Show all posts
Showing posts with label actionscript3. Show all posts

Monday, May 26, 2008

AS3 Library and LibraryManager for Assets and Other AS3 Utilities

Tink:

The classes enabled you to create multiple libraries of embedded (retaining and giving access to code) or loaded SWF’s. You can create instance of Library wherever you want, but you can also create them through the LibraryManager giving you a single class to gain access to all your Library instances. Here’s a quick example creating 2 Library instances using the LibraryManager. Each Library contains 2 SWF’s, each containing a BitmapData and MovieClip which are created using the Library. One Library instance embeds the SWF’s the other loads them. Not shown in the example, but you can also have a mix of loaded and embedded SWF’s in the same Library, and they contain fonts as well as custom classes.
Resources:

Tuesday, May 20, 2008

Google Maps API for Flash - Photo Flip Map exmaple

This API lets Flex developers embed Google Maps in Flash applications. Similar to the JavaScript version, this ActionScript API provides a number of utilities for manipulating and adding content to maps through a variety of services, enabling you to embed robust, interactive maps applications on your website.

Resources: Relative Posts:

Monday, May 19, 2008

Yahoo! Maps for ActionScript 3.0 - WeatherMap example

The new Yahoo! Maps API is now entirely built in ActionScript 3.0. The Maps API now gives you an incredibly powerful map engine and the ability to create custom components, overlays and markers while consuming different webservices provided by Yahoo!, or your own. The YahooMap component is distributed as a SWC, to get started you need to include it into your build path using Flex Builder. The Maps API contains a core set of widgets, markers, overlays and web services to enable you to interact with the map in every way.

Resources: Relative Posts:

Thursday, April 24, 2008

Box2DFlashAS3 - Excellent ActionScript 3 Physics Engine

Box2DFlashAS3 is an open source port of Erin Catto’s powerful c++ physics library Box2D.

Resources: