0

Can I store Flash Player's privacy settings in Flash cookies using Actionscript 3? I don't know the proper way to develop the Flash cookies.

Discipol
  • 3,137
  • 4
  • 22
  • 41

1 Answers1

0

Flash cookies are used through SharedObject. Flash has its own way of storing its privacy settings through the popup, when camera or microphone is to be published. If you are refering to your own internal privacy protocol, research about SharedObjects. Its quite easy.

Don't forget to flush() :D

Discipol
  • 3,137
  • 4
  • 22
  • 41
  • no i m refering to flash privacy settings to be stored in flash cookies is it possible? – user2469736 Jun 10 '13 at 13:49
  • @user2469736 I still don't understand what you want. You can copy some of them from the popup, and store them using SharedObject, and you can read them, but you can't set them, because it requires user interaction, as a security obligation from Adobe. Does that satisfy your question? – Discipol Jun 11 '13 at 10:08