This tutorial will show you how to build a simple MP3 player in Flex and manipulate an audio stream by coding play, pause and stop buttons. For the source code or project, please email me at dnickull at adobe dot com.
Canadian Cybertech assists with Clean Technology adoption ranging from software systems architecture, system design and advancement of user experiences/security. We have over 25 years of experience helping companies gather the full and auditable requirements for IT projects to ensure success.
Showing posts with label code example. Show all posts
Showing posts with label code example. Show all posts
Wednesday, September 30, 2009
Wednesday, July 22, 2009
Tutorial on Flex 3 Charting
ADC presents has just posted another one of the videos on how to make a chart using a multi-dimensional array[] in AS3. The data provider is as follows:
In this tutorial you will learn how to get this to render into a bar chart that looks like this:

Here is the video:
The link is http://tv.adobe.com/#vi+f1472v1124
[Bindable]
private var medalsAC:ArrayCollection = new
ArrayCollection([
{Country: "Germany", Beer:12, Hockey: 2, Fun: 99},
{Country: "Canada", Beer:12, Hockey: 28, Fun: 99},
{Country: "England", Beer:49, Hockey: 12, Fun: 10}
]);
In this tutorial you will learn how to get this to render into a bar chart that looks like this:

Here is the video:
The link is http://tv.adobe.com/#vi+f1472v1124
Labels:
AIR tutorial,
charting,
code example,
flex tutorials,
source code
Subscribe to:
Posts (Atom)