Thanks a lot Steven, I will try your method! Thanks to all the others who
responded, I haven't thought about such easy approaches. I will see if this
method is ok with my client.

Sascha


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:flashcoders-
> [EMAIL PROTECTED] On Behalf Of Steven Sacks | BLITZ
> Sent: Thursday, 12 October, 2006 02:48
> To: Flashcoders mailing list
> Subject: RE: [Flashcoders] Logging Flash-Internal User Access?
> 
> It's actually pretty straightforward and easy.  Here's a quick way to
> track page impressions with no back-end code whatsoever.
> 
> Create empty (0 bytes) .txt (or .html) files and put them in a folder on
> the server.  Have Flash loadVars the txt files and append a noCache
> argument with the date in milliseconds so it doesn't cache.  So, your
> file URL would look something like this:
> 
> tUrl = "tracking/page1.txt?noCache=" + new Date().getTime();
> 
> Just loadVars a file every time they load in a different page.  They'll
> be able to check their weblogs to see traffic.  If they want something
> more like session data and such, then you'll have to write a back-end to
> support it.
> 
> 
> BLITZ | Steven Sacks - 310-551-0200 x209
> 
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to