简体   繁体   中英

Are Cross Domain Flash Local Shared Objects (LSO aka Flash Cookie) possible

I found several solutions for creating Flash LSOs from JavaScript (for example: http://www.nuff-respec.com/technology/cross-browser-cookies-with-flash ) If Page (www.hostA.com/index.html) and the .swf file are from the same site, everything works fine.

No I'm trying to load the page form www.hostA.com/index.html, which includes www.hostB.com/flashcookie.swf (different sites). But then I cannot read or store the LSO.

I have tried several configurations (crossdomain.xml, Security.allowDomain("...") ), but nothing works.

Is this kind of cross domain access to a LSO possible?

Can a flash based advertisement delivered by a 3rd party save a LSO on my disc?

Thanks -stephan

I guess it's not possible, at least at adobe docs they say you can't:

You cannot access shared objects across sandbox boundaries.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM