Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement flash.net.SharedObject #9

Open
GoogleCodeExporter opened this issue Sep 18, 2015 · 6 comments
Open

implement flash.net.SharedObject #9

GoogleCodeExporter opened this issue Sep 18, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

allow to read/write to SharedObject files (*.sol)
in the same logic as the flash player / AIR


but without the security limitation

ex:
test.swf hosted on www.domain.com
write into test.sol

allow a redtamarin exe to read and write to the
same *.sol file

Original issue reported on code.google.com by zwetan on 13 Jan 2009 at 1:05

@GoogleCodeExporter
Copy link
Author

Original comment by zwetan on 26 Apr 2009 at 8:25

  • Added labels: Milestone-Release0.5

@GoogleCodeExporter
Copy link
Author

Original comment by zwetan on 23 Jan 2011 at 12:58

  • Removed labels: Milestone-Release0.5

@GoogleCodeExporter
Copy link
Author

documentation

http://en.wikipedia.org/wiki/Local_shared_object

http://www.adobe.com/security/flashplayer/articles/lso/

Original comment by zwetan on 7 Dec 2013 at 5:53

  • Changed title: implement flash.net.SharedObject

@GoogleCodeExporter
Copy link
Author

example of file location

under Mac OS X with PPAPI
 ~/Library/Application Support/Google/Chrome/Default/Pepper Data/Shockwave Flash/WritableRoot/#SharedObjects/A1B2C3D4

"A1B2C3D4" is a random directory

for ex:

../A1B2C3D4/cdn.pixlr.com/express/express.swf/pixlr.sol

the random directory contains subdirectories named as the domain saving the LSO
then another 1 or more subdirectories representing the URL "path",
then another subdirectory is the name of the SWF saving the LSO
and finaly the LSO file itself with the extension .sol


Original comment by zwetan on 7 Dec 2013 at 6:03

@GoogleCodeExporter
Copy link
Author

when the RuntimeProfile emulate either the Flash Player or AIR
we need to try to follow their rules for creating/reading LSO

for ex:
we need to find out if the random directory already exists
and if not create a random directory

if running from a CLI executable then the domain directory could use the name 
of the executable

etc.

Original comment by zwetan on 7 Dec 2013 at 6:05

@GoogleCodeExporter
Copy link
Author

Original comment by zwetan on 7 Dec 2013 at 6:05

  • Added labels: Library-AVMGLUE, Milestone-Release0.4-2R00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant