Posts Tagged ‘library’

9 Very Useful Animation Library/Engine For AS3

Summer-movies-256x256 In previous article 9 Excellent 3D Engine For Flash/Flex/AS we have introduced some excellent 3D Engines. But we think you must need much more. Some very small lightweight, flexible animation Library will help you save effor in development work. You can handle animation or other time functionality with code by using of them in a smart way. Now let’s start.

(more…)

RSSReader–a simple example of Syndication Library

Newspaper-Feed-add-256x256 Problem Summary: Once I want to display a series article of Flex performance from InsideRIA(www.insideria.com) in my blog. I recognized that the amount of the articles is increasing. I should keep the links dynamically. However, I am not the provider of the blog system, so I cannot modify the codes to meet my requirement. Luckily, I can embed SWF in my blog articles. So, I just need to develop a simple RSS reader in SWF format.

Solution Summary: I do not want to parse the RSS myself. It’s a hard work to deal with. I tried to find some open source library of RSS parsing in programmed by action script 3.0. Googled for many, I got the syndication library(http://code.google.com/p/as3syndicationlib/) at last.

Use the syndication library to parse Atom and all versions of RSS easily. This library hides the differences between the formats so you can parse any type of feed without having to know what kind of feed it is.

The detailed information will be found in the project home(http://code.google.com/p/as3syndicationlib/). Then, I started to develop my own RSS reader

Search-256x256 Demo | DownloadDownload Full Project

(more…)

5+ free Flash charting component/library help you to convert your scores and finances into attractive animated graphical charts

Column-Chart-256x256 Have you ever thought that install attractive stats on your website and make detailed explanation of all scores that come from different digital sources onto your application or website, presenting it as animated diagrams.Following is a list of some charting components/libraries and my 10 minute reviews, :) , those don’t need any installation or only need simply setup  works with majority scripting language you could think of, runs on a majority of browsers, interactive, completely tunable & scalable, and creates stunning animated charts. Enjoy!

(more…)

Actionscript 3 class zip library–FZip

System-Package-48x48 FZip is a cute little Actionscript 3 class library,that enables you to load standard ZIP archives and extract contained files while the archive is still loading,modifying,and creating standard ZIP archives. It parses ZIP archives progressively, allowing access to contained files while the archive is loading.

FZip is released under OSI approved zlib/libpng license.

(more…)