Printing one frame only?

Hi

Is it possible to target just one frame of a movie clip using:

on (release) {
print(“print_mc”, “bmovie”);
}

print_mc is a movie clip containing many frames all labeled #p, so that they will be printed.
What if I only wanted one frame to be printed, is that possible?

Thanks in advance