A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Site Tracker for Flash?

  1. #1
    Member
    Join Date
    May 2003
    Location
    Lafayette. La
    Posts
    74

    Site Tracker for Flash?

    Can you put a site tracker with flash? If you can I get a few links to some? Thanks

  2. #2
    The Insane bfly03's Avatar
    Join Date
    May 2001
    Posts
    692
    do you mean to see where each user hit what buttons/pages/etc...?

  3. #3
    Member
    Join Date
    May 2003
    Location
    Lafayette. La
    Posts
    74
    Yes that and what website led them to your page etc.

  4. #4
    The Insane bfly03's Avatar
    Join Date
    May 2001
    Posts
    692
    Yes you can, but you have to be pretty good at coding (actionScript) and in my case ASP. I put this code on every page/button/anything I wanted tracked.

    Hope this helps.

    Code:
    //Create the LoadVar container for sending and the date object
    	SendMetrics = new LoadVars();
    	reply = new LoadVars();
    	dtNow = new Date()
    	
    //Load the send container with initial data	
    	SendMetrics.Page = "sceenName";
    	SendMetrics.DateTime = dtNow;
    	SendMetrics.ScrollMove = "2";
    
    //Send the variables to ASP page
    	reply.reply_ID = "";
    	SendMetrics.sendAndLoad("http://www.yourPage.asp",reply,"post");
    //End

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center