Why No Flash Statistics

I am very much a newbie when it comes to coding, so please be tolerant of my question.

I have searched through the forum and read a lot of entries asking about the possibility of monitoring flash web sites with Piwik. There are many questions but not many answers.

I would like to understand if there is a solution and if not, will there ever be something added in the future that will make it possible.

Thanks in advance for an answer.

Kind Regards
Lawrence

Hi Lawrence,

I’m new to Piwik but I believe you may be able to track flash websites using the ExternalInterface class to speak to javascript. Then use create a javascript function such as the one below to trigger a new page view or event (such as a click on your Flash application):

function trackPage(pageName){
piwikTracker.trackPageView(pageName);
}

Learn more about JS custom tracking here:
http://piwik.org/docs/javascript-tracking/#toc-manually-trigger-a-page-view-on-click-or-on-js-event

And about Flash’s ExternalInterface here:
http://www.spikything.com/blog/index.php/2009/08/23/externalinterface_howto/

Let us know how it goes.

Thanks a million for the advice, I will send this off to my developer and see if he can get this implemented into the swf file to try to track activity on the different pages.

Thanks again

Lawrnece

We need YOUR help! We are running a crowd funding campaign to raise funds to implement the detailed Visitors Maps of Countries, Regions and Cities (for all countries)!

These maps will be beautiful, usable, and built using open standards SVG+JS. They will show detailed visitor count, conversion rates, by Country but also (New!) by city and region.

Pledge now at: http://crowdfunding.piwik.org/analytics-maps-world-country-city-region/

There will be no more flash in Piwik and we will add amazing new Maps of your visitors.

Piwik needs you!