This content has been marked as final.
Show 7 replies
-
1. Re: Flash Site Statistics
kglad Aug 29, 2007 9:18 AM (in response to RGracia)you'll need to code that data tracking and pass it to a server-side program for storage etc. it won't make any difference, to the data tracking aspect, whether assets are loaded from external files or not. -
2. Re: Flash Site Statistics
FlashForumName Aug 29, 2007 9:19 AM (in response to RGracia)I'm not sure if this is how you would want to do it but you could just update a file or database entry for each item you want to keep track of. You could load a number from a text file or database entry and just increment it by one and resend each time if you'd like. -
3. Re: Flash Site Statistics
RGracia Aug 29, 2007 9:24 AM (in response to RGracia)Would that need a Flash Remoting server? Or can this be done with PHP and a normal web server? -
4. Re: Flash Site Statistics
RGracia Aug 29, 2007 9:25 AM (in response to RGracia)I see. Great suggestions guys. I was complicating this in my head. -
5. Re: Flash Site Statistics
kglad Aug 29, 2007 11:18 AM (in response to RGracia)php and a text file is all you need. -
6. Re: Flash Site Statistics
Newsgroup_User Aug 29, 2007 12:25 PM (in response to RGracia)Use Google Analytics. It's easy and it's a lot better solution than a text
file. All you need to do is place a small JavaScript on your page and then
call it from Flash, sending it the page name, or item name, you want to
track. Then you can see IP location data, time on page, and much more (it's
Urchin with a Flash/Google front end). You will like it, I promise.
--
Dave -
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/
-
7. Re: Flash Site Statistics
FlashForumName Aug 29, 2007 12:51 PM (in response to Newsgroup_User)Google analytics is a great tool. That is another, excellent alternative.


