Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 113457
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T02:42:19+00:00 2026-05-11T02:42:19+00:00

After reading this on the question How do I uniquely identify computers visiting my

  • 0

After reading this on the question How do I uniquely identify computers visiting my web site? :

A possibility is using flash cookies:

Ubiquitous availability (95 percent of visitors will probably have 

flash)

You can store more data per cookie (up to 100 KB)  Shared across browsers, so more likely to uniquely identify a machine  Clearing the browser cookies does not remove the flash cookies. 

You’ll need to build a small (hidden) flash movie to read and write them.

I tried to find if someone has already done something like this, so I wouldn´t have to reinvent the wheel. So far, no luck(maybe I don´t know the right term to search), except for the code in the flash side

The use I have for this is to prevent a user to answer a quiz multiple times, but future uses maybe banning trolls.

Does anyone knows a open source library that does this and allows me to access via javascript?

Caveats: I don’t know flash and I don’t own a license.

Edit: You can do that using evercookie. It’s kind of evil, but works.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T02:42:20+00:00Added an answer on May 11, 2026 at 2:42 am

    To build on what rmeador said, and to help get you started, you are going to need to know how to use two classes in the FLEX3 API, SharedObject and ExternalInterface.

    SharedObject will allow you to store and retrive data from a client computer and ExternalInterface will allow your actionscript to communicate with your javascript.

    Using shared object is simple.

    To put data onto a users machine just create a SharedObject and add properities to the sharedObject’s data properity.

      private var sharedObject : SharedObject = SharedObject.getLocal('myCookie');   sharedObject.data.DATA_FOR_THE_COOKIE = DATA; 

    Retriving data from the SharedObject is just as simple. Make sure the size of the SharedObject is greater than 0 (Make sure the SharedObject exists) and the just look up the properity names through the SharedObject’s data properity.

    if(sharedObject.size > 0)        // access data from cookie with -> sharedObject.data.DATA_FROM_THE_COOKIE; 

    To pass the data stored in the SharedObject to your javascript you are going to need to use ExternalInterface.

    Lets say you have a javascript function to retrieve the variables

    function retrieveVars( vars ){    // Do something with vars. } 

    To call this function from actionscript you will use

    ExternalInterface.call('retrieveVars', DATA_ITEM_1, DATA_ITEM_2, ...); 

    Its that simple.

    Please note that this technique will not work if the client’s flash player has its storage settings set at 0, or if the client’s browser does not have ActiveX or NPRuntime.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 67k
  • Answers 67k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer SQL Server only stores time to approximately 1/300th of a… May 11, 2026 at 11:55 am
  • added an answer Assuming that you're referring to Visual Studio 2005, it can… May 11, 2026 at 11:55 am
  • added an answer There's two parts you'll need to answer here: one if… May 11, 2026 at 11:55 am

Related Questions

After reading this on the question How do I uniquely identify computers visiting my
After reading this question , I was reminded of when I was taught Java
After reading this description of late static binding (LSB) I see pretty clearly what
After reading this answer: best way to pick a random subset from a collection?
After reading this discussion and this discussion about using CrashRpt to generate a crash
I got a little curious after reading this /. article over hijacking HTTPS cookies.
I've tried to do this several times with no luck. After reading this post
After reading the nice answers in this question , I watched the screencasts by
After reading many of the replies to this thread , I see that many
I just finished reading this post: https://developer.yahoo.com/performance/rules.html#flush and have already implemented a flush after

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.