# Tracking Usage

**URL:** https://forum.kirupa.com/t/tracking-usage/188533
**Category:** flash
**Created:** [May 8, 2006, 8:20pm UTC](https://forum.kirupa.com/t/tracking-usage/188533 "2006-05-08T20:20:05Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kevinv033](https://avatars.discourse-cdn.com/v4/letter/k/65b543/32.png) [@kevinv033](https://forum.kirupa.com/u/kevinv033)
#### Post date: [May 8, 2006, 8:20pm UTC](https://forum.kirupa.com/t/tracking-usage/188533/1 "2006-05-08T20:20:05Z")

</div>

I have a project that I was handed where the client wants to have the usage of the program tracked and a monthly report of that usage output somehow. This is a single swf app that will run locally via CD or from an installed directory.

My question: is this at all possible? How would you go about storing the variables?

---

<div class="post-metadata">

### Author: ![kevinv033](https://avatars.discourse-cdn.com/v4/letter/k/65b543/32.png) [@kevinv033](https://forum.kirupa.com/u/kevinv033)
#### Post date: [May 11, 2006, 9:10pm UTC](https://forum.kirupa.com/t/tracking-usage/188533/2 "2006-05-11T21:10:01Z")

</div>

i ended up using the shared object and appended data to it as needed. works pretty well. it wasn’t as difficult as i had imagined.
