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

