I was working on one of the flash sites where requirement was to track the time user spents on a course and also the buttons user clicks. To achieve the same we added an javascript function in the html page - <script language=”Javascript”> function TrackClick(buttonName, mode) { // here wrote some ajax code to do [...]