Keeping track of how many prints were made....?

Wtite here if you are not sure in which category to create your topic
Post Reply
mankul
Posts:5
Joined:Sat Nov 01, 2008 5:13 am
Keeping track of how many prints were made....?

Post by mankul » Tue Nov 04, 2008 12:02 am

Hi,

I've got the print2flash pro version.

I've already got a P2F document displayed on my website.

Is there a way for me to keep track of how many times the 'print' button in the P2F document is pressed?

I need to know roughly how many people have printed the document.

thanks.

staff
Posts:267
Joined:Sat Dec 15, 2007 4:48 pm

Re: Keeping track of how many prints were made....?

Post by staff » Mon Nov 10, 2008 9:47 am

Document API starting from version 2.7.3 supports an event named onPrinted. It is fired whenever user tries to print the document. By hooking to this event you'll get notifications when user tries to print the document and this way you may count this event firings.This event is described in this help page: http://print2flash.com/help/DocumentAPIEvents.php

mankul
Posts:5
Joined:Sat Nov 01, 2008 5:13 am

Re: Keeping track of how many prints were made....?

Post by mankul » Mon Nov 10, 2008 6:27 pm

staff wrote:Document API starting from version 2.7.3 supports an event named onPrinted. It is fired whenever user tries to print the document. By hooking to this event you'll get notifications when user tries to print the document and this way you may count this event firings.This event is described in this help page: http://print2flash.com/help/DocumentAPIEvents.php
Hey thanks!

Post Reply