TourDeFlex – Top 10 Components
A short while ago i posted a post about TourDeFlex. In this post I would like to adress my top 10 components of the TourDeFlex community. 1. Axiis Horizontal Chart – Lines And Area (Data Visualization...
View ArticleGetting started with Adobe Flex (Flash Builder)
As a Flex/Flash developer, I gathered some nice resource websites that can help out any starting Flex developer…. Some people may think, what’s Flex? Create engaging, cross-platform rich Internet...
View ArticleGoogle Maps API for Flex & Flash
The Google Maps API has been out here quit a while, but it’s nice to discover this service. I always made use of the Yahoo maps API, which I briefly described in a prevouis post. Although the Google...
View ArticleGoogle Maps Driving Directions with ActionScript
In a recent post, I showed the basics of embedding a Google Maps inside your Flex/Flash projects … With this article I wanna show you this awsome service that the Google Maps API offers…. The Google...
View ArticleUseful String Functions with ActionScript 3.0
Useful String Functions with ActionScript 3.0 Some useful ActionScript String functions that can be used in ActionScript 3.0 projects … When working a lot with Strings in ActionScript you would really...
View ArticleIPinfodb ActionScript 3.0 – NEW API!
IPinfodb ActionScript 3.0 – IPLocation toolkit – NEW API! Are you looking for the geographical location of an IP address? IPinfodb offers a you that service, for FREE! We just ported the service to an...
View ArticleActionScript 3.0 – RGB Separator – 3D Effect
ActionScript 3.0 – RGB Separator – 3D Effect With this ActionScript 3.0 class you can extract the RGB channels of a specified Bitmap and create a face 3D effect. After the extraction, which returns an...
View ArticleAS3 Code Snippet: creating date objects between start and end date with AS3
Quick code snippet: creating an array of all the dates between a given start and end date In this quick code snippet we will show you how you can effectively create a Array of date objects between a...
View ArticleQuick tip: creating and compiling an AS3 project in FlashDevelop without the...
Quick tip: creating and compiling an AS3 project in FlashDevelop while not using the standard Adobe Flash IDE Since the days I’ve created ActionScript projects, I was never satisfied with the code...
View ArticleAS3 Quick Code Snippet: remove duplicates in an Array with AS3
AS3 Quick Code Snippet: remove duplicates in an Array with AS3 This small, quick AS3 code snippet shows how duplicates in an Array can be removed with Adobe ActionScipt 3.0. This can come in handy when...
View Article