Detecting current FrameLabel name

Hi all,

I want to do something like the following.

if (my_mc.frameLable == “done”) {
statement;
}

Can I get the frame label of a specific movieclip?