Create a “24 style” digital clock

May 23rd, 2009 in Flash | 20 Comments

See how to build step by step a digital clock like in the 24 serie. This tutorial uses actionscript 3.

Continue Reading

Use the ColorPicker to swap the theme

May 14th, 2009 in Flash | 3 Comments

Experimentation with the ColorPicker component in flash.
This tutorial shows how to personalize a ColorPicker that let the user custom the interface.

Continue Reading

Reveal an image with a dynamic mask

May 13th, 2009 in Flash | 2 Comments

This tut will show you how to create a dynamic mask effect that by growing will reveal an image.

Continue Reading

Create an email form in flex with php

May 6th, 2009 in Flex | 53 Comments

The following code demonstrates how to build an email form that supports some validation and that send the email by using a php script.

Continue Reading

How to add drag and drop support to datagrids

April 19th, 2009 in Flex | 4 Comments

In this tutorial, we are going to see how we can let the user drag and drop items between two datagrids. We will use datagrid controls that include built-in support for the drag-and-drop operation.

Continue Reading

Create a sliding content in flash

April 15th, 2009 in Flash | 51 Comments

Learn how to create a sliding content that uses the Tweener engine. This example could be a great start to build a cool site and make you inspired.

Continue Reading

Build a simple XML image gallery

April 12th, 2009 in Flex | 12 Comments

The following tutorial shows how to build a driven xml photos gallery in Flex that uses the HorizontalList and Image controls.

Continue Reading

Create custom tooltip for your flex apps

April 9th, 2009 in Flex | 16 Comments

In this tutorial , we will see how to create a fully custom ToolTip that appears when the mouse is over a specific object.

Continue Reading