Can I store data permanently using flash -on windows?

0

Can I store data permanently using flash -on windows ?

sam

Posted 2010-11-28T09:52:03.190

Reputation: 1

Question was closed 2010-11-28T14:28:47.090

Answers

1

Flash can store data on the users computer using Local Storage it defaults to 100k but you can ask the user for permission to store more. It is however more persistent than permanent as the user can remove it whenever he/she chooses to do so.

For details on how to implement this with flash I suggest asking that over on Stack Overflow

Nifle

Posted 2010-11-28T09:52:03.190

Reputation: 31 337