ActionScript Wiki

I started an ActionScript Wiki at http://wiki.joa-ebert.com/ with most of the articles from my old optimizations paper and some new stuff.

See it as a knowledge base for ActionScript optimization techniques, data structures and code snippets. I would appreciate any feedback and suggestions for articles in those or other categories.

Related Posts

13 Responses to “ActionScript Wiki”


  1. 1 Brett Forsyth

    How about some info on fast socket processing? Or just Socket optimizations in general.

  2. 2 gropapa

    I have to admit this is a very very interesting thing your doing! I’m waiting forward to reading your next articles and code snippets! It is so usefull, the snippet about how to write an object pool is nice!
    What about some code implementing various design pattern or something network oriented!
    Nevertheless, thanks for sharing with the community

  3. 3 epologee

    Very nice! Already seeing a lot of new stuff in there. Thank you Joa! Cheers // Eric-Paul.

  4. 4 joa

    What do you guys mean in terms of network orientated programming? Examples how to use the Socket class efficiently?

  5. 5 gropapa

    for example! or some Comet implemntation…i don’t know

  6. 6 Brett Forsyth

    I think a how to of socket efficiency and optimizations is what i am after.

  7. 7 joa

    Socket efficiency and optimization is not so easy to discuss. Reading data from a socket async could be seen as something like a code snippet, but that is it.
    The problem is that it matters in most cases how and what kind of data you transmit but the basics are always the same. Maybe I will write something about that.

  8. 8 Brett Forsyth

    Sounds good to me. Basics are fine. I know you will post something that I wouldn’t have thought of.

  9. 9 erixtekila

    Any way to get an RSS feed for the wiki ?

  10. 10 joa

    The recent changes at http://wiki.joa-ebert.com/index.php/Special:Recentchanges has an RSS feed available.

  11. 11 Doug

    Hi Joa,

    Very nice work thanks for making this public. I look forward to adding to it soon.

  1. 1 localToGlobal » Blog Archive » news review -> 13th week of 2009
  2. 2 The Monday Roast: Essential Adobe Flash Development Links - 14th April 2009 | Drastika

Leave a Reply