Archive | example RSS feed for this section

Music visualisation with SoundMixer.computeSpectrum();

3 Aug

Just some fun with Away3D and the SoundMixer class.

Music visualisation example

View example

(more…)

Distort with drawTriangles()

29 Jun

There are a growing number of posts about the technique to distort an image with the drawTriangles() function. But most of those examples create a lot of extra vertices that aren’t needed for displaying the image and more calculation means more CPU consumption. I explain here how to work with verticals and show some basic examples.

Basics

Look at this example:

(more…)

AdvancedDataGrid GroupingCollection and sort

4 Sep

Here an example of the advancedDataGrid. I’m using a groupingcollection to get all the data from one searchengine in one group

This movie requires Flash Player 9

One problem that I encounter in the advancedDataGrid is sorting a column on application start. I try to sort the “number of visits” field and it is working for the known visit data the sort is working but for the calculated total visits of the groups it isn’t working. If someone knows the solution please let me know

Page 1 of 11