Collected links to ActionScript 3.0 examples
Wednesday, October 19th, 2005This is new collection to my Flash collections
ActionScript 3.0 collection 75 sites
ActionScript 3.0 documentation >>10 sites
- labs.macromedia.com
- ActionScript 3 Language Reference
- AS3.0 Error and Warning Codes
- Flex Builder 2 – build your AS3 examples
- ActionScript 3 Wiki
- ActionScript 2 to ActionScript 3 Migration Guide
- Regular Expression Introduction
- E4X
- Actionscript 3 – New Capabilities Guy Watson
- Brief overview of AS3 (list of new commands)
ActionScript 3.0 Sockets examples >>6 sites
ActionScript 3.0 Misc examples >> 21 sites
- Implementation of gettext in AS3 Alessandro Crugnola aka Sephiroth (for localization of interface)
- Encoding PNGs in ActionScript 3 Tinic Uro (source code)
- Encoding JPEGs in ActionScript 3 Tinic Uro (source code)
- Moving circle (source code)
- DisplayListTest (source code)
- Moving MovieClips in AS3 (source code)
- Mosaic from JPEG (source code and example)
- Msn Messenger in Flex 2.0…Almost!?!?!? Security???
- AS 3 Experiment: Bouncing balls Betaruce (source and example)
- AS 3 Experiment: Animated Plasma Betaruce (source and example)
- AS 3 Experiment: Asteroids RocketBoots ( example)
Handle Socket-Data depending on CRLF (source)- Security model and Flash 8.5
flashIRC – First Steps in Flash 8.5 and Flex (example)- AS3 oldschool fire (source + example)
- AS3 oldschool tunnel (source + example)
- AS3 Bumbmaps (source + example)
- How to use Sockets in Actionscript3? (source)
- Lightning particlesAndre Michelle (9 different sources + examples)
- AS3 wavemapAndre Michelle ( source)
- VectorJunkie AS3.0 experiments There is more different experiments
ActionScript 3.0 – 3D >> 4 sites
- AS3 perspective texturemapping Andre Michelle (parse 3ds – 3dMax file and render it)
- AS3 Pixelbased raycasting engine
- AS3 vector 3D class (source code)
- AS3 Raycaster Andre Michelle
ActionScript 3.0 Sound >> 5 sites
- Sound Spectrum Example (source code)
- Sound Spectrum Example Muzak (player 8.5 needed)
- AS Spectrum (.zip file)
- Waveform display example(example – Player 8.5 needed)
- AS3 music controlled visualizer(source code + example – Player 8.5 needed)
ActionScript 3.0 Text >> 1 site
- What character is under the mouse? G.Wygonik (source code)
ActionScript 3.0 Webcam >> 1 site
- AS3 : Webcam labs Den Ivanov (example – Player 8.5 needed)
ActionScript 3.0 Tutorials >> 17 sites
- Actionscript 3 – Keyword virtual and override Firdosh Tangri (source)
- Actionscript 3 – Keyword final and const Firdosh Tangri (source)
- Actionscript 3 – First steps (first class)
- Actionscript 3 – First steps II (flash.util.trace)
- Actionscript 3 – First steps III (describeType)
- Actionscript 3 – First steps IV (Drawing API)
- Actionscript 3 – First steps V (Create MovieClips – not attachMovie or createEmptyMovieClip)
- Actionscript 3 – First steps VI (Shape, Sprite – not only MovieClip)
- Actionscript 3 – First steps VII (interactivity)
- Actionscript 3 – First steps VIII (mouse events)
- Actionscript 3 – First steps IX (Delegation)
- Actionscript 3 – First steps X (publishing options)
- Actionscript 3 – First steps XI (Object)
- Actionscript 3 – First steps XII (Events)
- Actionscript 3 – First steps XIII (E4x)
- Actionscript 3 – First steps XIV components in AS3
- Actionscript 3 – First steps XV (Embeding extern swf and play it)
ActionScript 3.0 Performance examples >> 9 sites
- AS3.. 100 times faster?
- Flash Player 8.5 performance check Oddhammer
- Fluid Demo – 5000 particles Ralph Hauwert – 11 % CPU on my 2.5Ghz
- AS3: Pathfinder in big mazes Franto – (sources and examples, AS2, AS3)
- More AS3 performance tests JS, Flash7, Flash8, AS3 Oddhammer – (results table + sources)
- 150 circles coliding Andre Michelle (source)
- Mandelbrot explorer Ralph Hauwert
- Cloth simulation – Verlet Algorithm Franto
- AS3 optimations & suggestions Andre Michelle
Other ActionScript 3.0 Collections >> 1 site
If you have another sources for ActionScript3.0 and Flash player 8.5 add them to comments, and i will update collection. Thanks.
Enjoy.






4 Trackbacks/Pingbacks
38 Comments
A
• Visit Site
October 19th, 2005
I think Andre’s Sound Spectrum Visualizer has nothing to do with Action Script 3 at all.
Administrator
• Visit Site
October 19th, 2005
Tink
• Visit Site
October 19th, 2005
i put up a couple of simple examples http://www.tink.ws/blog/category/actionscript-30/
Tink
• Visit Site
October 19th, 2005
doh, u already have em listed!
Muzak
• Visit Site
October 19th, 2005
You can view the Sound Spectrum Example – of which the code is mentioned above – in action here:
http://www.muzakdeezign.com/flex2/AsOnly.html
Kelvin Luck
• Visit Site
October 20th, 2005
I’ve put together my first very simple example with AS3. Just loads in a jpeg and creates a mosaic of it. Code and swf here:
http://kelvinluck.com/article/first-actionscript-3-example
Xavi Beumala
• Visit Site
October 23rd, 2005
Some more simple examples:
http://www.code4net.com/archives/000113.html
http://www.code4net.com/archives/000112.htm
http://www.code4net.com/archives/000110.html
miaocat
• Visit Site
October 24th, 2005
????
AS??????????????
Ralph Hauwert
• Visit Site
October 24th, 2005
Franto,
Had this up on monday already, didn’t know you were going to do one of those collected lists again
http://www.unitzeroone.com/blog/max_2005/tiny_update_and_an_example_of.html
It runs about 40x 50x faster on this graphical demo…
Click and drag the mouse through the square with the blobs.
Administrator
• Visit Site
October 24th, 2005
wooow Ralph, impressing
Im now working on test in pathfinding in big mazes
we will see, but your demo is awesome
maybe add some great colors there
do you think you can share source code with us?
Do you like my collected lists or not?
Ralph Hauwert
• Visit Site
October 24th, 2005
I am hoping to clean the sources up tonight, and making a flex interface for it tonight too. Things of num particles etc. The 8 code was kind of dirty, and the 8.5 code is not optimized yet. Will update you soon as I have some stuff. Doing a spectrum example right now. More later.
Kelvin Luck
• Visit Site
October 24th, 2005
A little extension of my above example… Get a little bit of tweening happening and experiment a little bit with a BlurFilter:
http://kelvinluck.com/article/second-steps-with-actionscript-3
Kelvin Luck
• Visit Site
October 25th, 2005
And an extension on the above extension! Added repulsion from the mouse cursor to the mosaic tiles generated in the previous two examples:
http://kelvinluck.com/article/actionscript-3-part-3
marden72
• Visit Site
November 2nd, 2005
Another one to watch:
Random Territory: Blog
Ralph Hauwert
• Visit Site
November 13th, 2005
Dude, you still haven’t added my mandelbrot explorer here.. .;)
http://www.unitzeroone.com/flashexamples/mandelbrot/
Administrator
• Visit Site
November 14th, 2005
oh Ralf, sorry
I will add them tommorow, now I’m going to bed
James Hay
• Visit Site
November 23rd, 2005
Wanna add this????
http://www.vectorjunkie.co.uk/blog/?p=53
4engy
• Visit Site
November 28th, 2005
http://www.flalog.com has reviews and examples about Actionscript 3
4engy
• Visit Site
November 28th, 2005
http://www.flalog.com has reviews and examples about Actionscript 3
colin
• Visit Site
December 27th, 2005
here’s another one:
http://labs.macromedia.com/wiki/index.php/ActionScript_3:ImageViewer_Sample
colin
• Visit Site
December 27th, 2005
hm. that link didn’t work in the comment form. trying again:
http://labs.macromedia.com/wiki/index.php/ActionScript_3:ImageViewer_Sample
luar
• Visit Site
January 4th, 2006
NNTP Client
http://www.luar.com.hk/flashbook/archives/001319.php
alessandro
• Visit Site
January 12th, 2006
here an implementation of gettext in AS3:
http://www.sephiroth.it/phpwiki/index.php?title=Gettext_actionscript3
Josh Tynjala
• Visit Site
May 19th, 2006
Could you update the link to my AIM project?
http://www.zeuslabs.us/archives/13/flash-aim-1/
http://www.zeuslabs.us/archives/36/aim-in-flash-again/
Also, my particle system example might be a good addition to this list:
http://www.zeuslabs.us/archives/63/introduction-to-particle-systems-using-actionscript-3/
MilGra
• Visit Site
June 12th, 2006
I’ve made a real time mandelbrot rotozoom with AS3, maybe it worth posting:
http://www.tutorial.hu/szerkesztok/milgra/AS3rotozoom/MandelbrotSet.html
here is the source:
http://www.tutorial.hu/node/558
MilGra
Nanashi
• Visit Site
July 2nd, 2006
simple ray tracing implementation inAS3
http://onegame.bona.jp/bonarender/
onegame
• Visit Site
July 2nd, 2006
simple ray tracing implementation in AS3 for checking performance
http://onegame.bona.jp/bonarender/
onegame
• Visit Site
July 2nd, 2006
simple ray tracing sample in AS3
http://onegame.bona.jp/bonarender/
PJ @ E-Phonic
• Visit Site
July 9th, 2006
The first realtime audio synthesizer in Fash 9!
http://www.e-phonic.com/misc/
Arse
• Visit Site
August 31st, 2006
My first attempt at AS3
Organic growth
http://www.snepo.com/experiments/Growth.html
Arsis
• Visit Site
August 31st, 2006
Organic Growth
Philip Seyfi
• Visit Site
May 4th, 2007
http://lab.fs-studio.eu/
http://lab.fs-studio.eu/equalizer/
HL
• Visit Site
January 16th, 2008
Thats a great collection. I just realized that some of your last examples arent clickable. I mean the links do not work. Under Section ActionScript 3.0 Tutorials, and ActionScript 3.0 Performance examples. Can you please do smth. about it? Thanks.
Administrator
• Visit Site
January 16th, 2008
hey HL,
it’s fixed
Flash Framer
• Visit Site
June 13th, 2008
This is a great list of example. I found it very helpful.
Thanks
miguel
• Visit Site
February 4th, 2009
http://www.miguelmoraleda.com
http://blog.miguelmoraleda.com
http://apps.facebook.com/futbolball
David
• Visit Site
December 3rd, 2009
A great site that has many pure ActionScript 3.0 examples and their compiled results is http://www.actiontad.com, it has everything from blackjack to using shared objects and other useful things.
David
• Visit Site
December 3rd, 2009
http://www.actiontad.com
Live Preview
Leave a comment