Archive for the ‘Action Script 3.0’ Category

Build a Drag-and-Drop XML Image Viewer – DragManager

No Comments »

All of the informations about the images showcased in the gallery are stored in an XML file. Create an xml file that follows this structure and save it as datas.xml in the src directory :

Read More »


How to add system Fonts in your application – Font.enumerateFonts()

No Comments »

How to add system Fonts in your application

Read More »


Changing live dragging on a TileList control in Flex

No Comments »

Changing live dragging on a TileList control in Flex

Read More »


Flex Drag and Drop Custom Class Source Code Example – mx.managers.DragManager

No Comments »

Flex Drag and Drop Custom Class Source Code Example:

Read More »


Create Google Maps Flex application using Google Maps API

No Comments »

Google maps is a powerful tool that provides a huge range of mapping services like street directories, directions, searches, satellite views and more. All of this power is made available to Flex developers through a Flash/Flex API supplied and supported by Google. This tutorial will show you how to embed a Google Map into a Flex application.

Read More »