Archive | AIR 1.5 RSS feed for this section

AS3 Quick Tip: Get a Class reference from a String

Convert a String to a Class reference with AS3

Continue Reading

AS3 Basics: List all files in a folder including subdirectories (AIR)

Hey all just a quickie. I’ve been building a game save backup program recently and i’ve come across several instances where i need to get a list of all the files within a directory.

so i wrote a class which does this :)

Continue Reading