Can i print?

i want to keep a button to print a frame from swf.file can i do it?
if yes pl sugget me someone.

Yes you can

It depends on what you want to print, you can print entire movies or just specific frames.

If you just want to print specific frames, label the frames you want to print: #p

Then add the following actionscript to the button:

on (release) {
printNum (0, “bframe”);
}

When testing it locally you may get some output errors, however these are to be expected. But it will print without errors when uploaded.