Hi,

   Look at the apply method - that might solve it.

   I think call was a method on Object, but not sure...

   Glen

Mendelsohn, Michael wrote:
This was working, but now it's not.

var pv:MovieClip = c.sp.content.createEmptyMovieClip("pixViewer", 180);
pv.__proto__ = PixViewer.prototype;
PixViewer.call(pv);


Error message:
There is no method with the name "call."

What is that error caused by?

- MM

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



--

Glen Pike
01326 218440
www.glenpike.co.uk <http://www.glenpike.co.uk>

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to