Is it possible in Actionscript 3 to create a weak reference to an object, so that it can be garbage collected.
I'm creating some classes to make debugging easier, so I don't want the objects to hang around in memory if they are only referenced here (and of course I don't want to fill the code with callbacks to remove the objects)