| View previous topic :: View next topic |
| Author |
Message |
dazz_club 250+ Club

Joined: 15 Jul 2005 Posts: 313 Location: Chester and Hull
|
Posted: Wed Mar 08, 2006 5:16 pm Post subject: web counter/tracker in flash not html |
|
|
Hi people
Just wondering, and i know you guys dont see the point but im gona ask anyway, sorry.
We all know we can stick in a webcounter code in our html website and gather stats about each of our pages and find out where users go too, but as flash is embedded in a single html page how can we find out where the users go in a flash website.
Could you do this for a flash website, is there some sort of action scripting equivalent to be able to put a code in the flash files and be able to have the same out come?
Hope you all understand what i mean
cheers |
|
| Back to top |
|
 |
|
|
Samuel Rounce 100+ Club

Joined: 30 Oct 2005 Posts: 116 Location: London, UK
|
Posted: Tue Mar 14, 2006 9:33 pm Post subject: Re: web counter/tracker in flash not html |
|
|
I got a theory for doing this but I've never tried it
| Quote: |
User visits the page
↓↓
Flash movie is loaded
↓↓
_root.onLoad{
<load variables from a text file or sql>;
user_count_var + 1;
<call a PHP script to write to the sql or the .txt file>
};
↓↓
yaaaaay it's done lol and load the user_count_var variable into a text box to show the visitor number.
|
//EDIT: I found a tutorial telling you how to do this on kirupa:
http://www.kirupa.com/developer/mx/hitcounter.htm |
|
| Back to top |
|
 |
dazz_club 250+ Club

Joined: 15 Jul 2005 Posts: 313 Location: Chester and Hull
|
Posted: Sat Mar 18, 2006 10:31 pm Post subject: theory eh?! interesting |
|
|
Get crack me lad!!
thanks for the link mate |
|
| Back to top |
|
 |
|