Mochibot - Track your stolen swf files

Posted in » Online Tools, Scripts - by Ades on July 26th, 2005

New to this blog? See our Popular Posts section to get started, we have tons of great articles that can benefit you. Don't miss the upcoming interesting articles, subscribe to our RSS.


Many times Flash games, Flash Applications and Flash Animations get copied from one website to another. With MochiBot you can keep track of your swf files, you can pinpoint the sites (urls) that are hosting your swf file. You can also use it to track your Flash marketing campaign effectiveness.

It works like this, you sign up with Mochibot (for free) and create a code for your swf file, then you put this code inside your flash file. Now you can sit back and keep track of the stats on this file by logging in to your Mochibot account. Below is the example of a graph generated by Mochibot.

http://www.mochibot.com


Related Posts





2 Responses to “Mochibot - Track your stolen swf files”

  1. By matt on Jan 28, 2008

    Or, being a flash developer, you can probably already code your own protection and tracker - it’s not that hard.
    For protection, ensure _root._url is your site.
    For tracking, do the following:
    var tracker=new LoadVars();
    tracker.sendAndLoad(”http://yoursite/tracker.php”,tracker,”POST”);

    and make tracker.php store the server IP address (and any other details you want) in a database.
    If you don’t know php, there are many tutorials, Google.

  2. By Ades on Jan 29, 2008

    thanks matt, that seems quite simple to do. i haven’t touched actionscripting for years…. sigh, need to brush up my flash skills ;)

FREE eBook: "Blog Profits Blueprint" by Yaro Starak. download here.

Post a Comment