Archive | ActionScript RSS feed for this section

Link: Actionscript 3 – Don’t User the Timer to Make Timers

An interesting bug in the Timer class -http://flexandair.com/?p=32

Turn’s out it can’t count properly – helpful eh?

Tutorial link: Getting started in Papervision 3D

This tutorial goes from the basics and is really comprehensive.

http://www.marcpelland.com/2009/01/22/guide-to-getting-started-in-papervision-3d/

Add undo/redo functionality to your textfields

http://jacwright.com/blog/112/undo-redo-for-all-textfields/

Saving Images Out of Flash/Flex Without Losing Quality

Flash Player 10 comes with a nifty new method for the flash.net.FileReference class called “save“. What’s dope is that you can send it a ByteArray, and it’ll write it verbatim. This means, saving images out of your Flash & Flex Applications is wicked fast now AND gets around that lamesauce security restriction that plagued a lot of older Flash Player 9 code…

http://jessewarden.com/2009/01/saving-images-out-of-flashflex-without-losing-quality.html

Access SVN repositories with Actionscript

http://dougmccune.com/blog/2009/01/20/accessing-svn-repositories-with-actionscript/