How can I track clicks with this free audio player?

Discussion in 'Programming' started by Drew007, May 26, 2007.

  1. #1
    Drew007, May 26, 2007 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Doesn't look like theirs any direct hook, but you could "decompile" the .swf, and rebuild it with a JS hook. Essentially, onRelease of the play button, you would want to getURL with a javascript function which is ajax and increments the server-side counter record on the db.
     
    ccoonen, May 26, 2007 IP