Extend library asset with parameters?

is it possible?

for example, say I have a logo in the flash ide, and it extends a class I’m writing, but I want that class to extend a View class of an mvc setup. But anything that extends the view class requires you to send in the model as a parameter. So there’s no way I can send the model, or the controller to this logo graphic, unless I create the logo class using code? I’m a little confused…

another question, when using the mvc pattern, do I want everything visual to extend view, even if it doesn’t change based on the data in the model? like this graphic for instance, it won’t change based on the data, but I want it to be able to update the data in the model.

thanks for any help, mvc is hurting my head.