A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Track time per click

  1. #1
    Junior Member
    Join Date
    Apr 2005
    Posts
    3

    Track time per click

    Hello,
    I hope someone can help. I am a graduate student in England and designing a test for speed and clarity for a typeface I have been working on. What I need, or hopefully like to do is have a user click onto a single SWF file. Within that file will be a series of pages, probably 10 pages where they would read each page and click a button to the next page. I need to somehow record the time from from page to page. Is this possible or am I dreaming?

    Thank you.

    grüße,
    Jim

  2. #2

    use getTime();

    you can get the time some one opened the page and hold it as a vartiable, then you can get the time they went to the next page. now that you have timeStartedPage[1] and timefinishedPage[1] do a little math and you will have timeOnPage[1]. I used an array since you will have 10 pages and 30 variables.


    hope this helps.
    Q

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center