Skip to main content
Participant
November 28, 2006
Question

Getting statistic report on loaded SWF

  • November 28, 2006
  • 1 reply
  • 182 views
Hi All

I am stuck in an isse. I have a fully Flash site, I have used loadMovie functions all around the site for navigating the pages. As this is a flash site, I have only one .html page, but I need to know which page a user has visited most. For that I need to keep the track of the loade movies, is there any way through which I can keep a statistics of the loaded movies?

you may have a look on the site if you like, it's: www.epocharchiving.com.

Awaiting a reply from some genious.

Regards
Amalendu
This topic has been closed for replies.

1 reply

Inspiring
November 29, 2006
That would greatly depend on a 'backend'. When a swf is loaded it can contain code that calls a javascript function in the html page and that javascript could make a call to a 1 by 1 gif (some programs that show statisticsu se this method). But using server side software and the sendAndLoad() method of the LoadVars object you could save the calls to the swf's in a database.
Participant
November 30, 2006
Hi

Thanks for your reply. But I have already completed the site and its live now, havern't used any backend as such as it was a static flsah site where external swf files are getting loaded by simple "loadMovie()" functions. Is there any way can u suggest through which I can make it by keping the present version as it is.

Amalendu
Inspiring
November 30, 2006
Without any modifications... well, if you have access to the log files of the server, the calls to the swf's might show up there.