Dumb dumb - play a movieclip

OK - myMc.play();
no?
How do I play an instance’s timeline from the library…?
nb… my full code is in the doc class

public var v:Fall = new Fall();
//my public function() {...
addChild(v);
v.play();

I:-)