I don't understand.  Event pointers can be instanciated as weak.  Do you
mean an object with a weak reference to another?

e.g

var foo:Object = 'First';
var bar:Object = foo;

// destroy object foo
// foo still exists because of object bar

Alan  

>However, I cant seem to find any way to instantiate a weak reference,
>how can I do this in ActionScript?


Reply via email to