Skip to main content
Known Participant
November 29, 2020
Question

print movie clip from time line

  • November 29, 2020
  • 1 reply
  • 324 views

Hello!

i want to print Movie clip from timeline 

 

I found this code in the forum 

how can i changh the code to prind movie clip name "bingoBoard"

 

this.stop();

print_voucher();

function print_voucher() {

  var win = window.open();

  win.document.write("<br><img src='" + canvas.toDataURL() + "'/>");

  win.print();

  //win.location.reload();

}

 

Thanks

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
November 29, 2020

you want to display a static image of a movieclip in another browser window?

Yigal0D4BAuthor
Known Participant
November 29, 2020

i want to print movie clip in printer

kglad
Community Expert
Community Expert
December 3, 2020

can you give me exampl?


print (kglad.com)

 

 

http://www.kglad.com/Files/forums/print/print.fla for the source file with code.