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

Related Questions

After reading and commenting on this question PHP Library for Keeping your site index
After reading this question, I need to clear up some things. IQueryable<Customer> custs =
After reading this question , i saw the answer by Naveen containing a link
After reading answer to this question: Make "make" default to "make -j 8" I
This seems to be an embarrassingly simple question, but, after a day of reading
After reading this question I attempted to clean out my workspace and found that
After reading this question , I've learned that denormalization is not a solution for
After reading the answer to this question , I learned that SFINAE can be
I have this question after reading the answer here , what's the difference at
After reading this question I started to wonder: is it possible to have a

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.