Archive | example RSS for this section

Code snippet: pass preloader flashvars to main swf

Needed some way generic way to get my flashvars from the preloader to the loaded swf I just extend the url with the flashvars like this

Continue Reading

Music visualisation with SoundMixer.computeSpectrum();

  Just some fun with Away3D and the SoundMixer class. View example

Continue Reading

Distort with drawTriangles()

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 [...]

Continue Reading

AdvancedDataGrid GroupingCollection and sort

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 [...]

Continue Reading
Page 1 of 11