Questions tagged [lso]
11 questions
2
votes
2 answers
Restoring custom class object array from SharedObject
I have an array of Widgets (a class I created) called "widgetArray" that I save into a shared object.
savedGame1.data.widgetArray = widgetArray;
When I go to load this data out and use the widgets I run into problems. The array is stored fine, but…

Seeker
- 2,405
- 5
- 46
- 80
1
vote
1 answer
Can Windivert injects packets larger than MTU?
I used winpcap and I got errors on "pcap_sendpacket", I fragmented the packet in little IP packets with the size of the MTU and did not work even wireshark didnt show errors in the packets which I fragmented.
Now I have this question, Can windivert…

ThisIsNotMyThirdAccount
- 43
- 1
- 5
1
vote
2 answers
Can I Disable the Creation and Storage of LSO or Flash Cookie By Disable Adobe Flash Player?
Can I Disable the Creation and Storage of LSO or Flash Cookie By Disable Adobe Flash Player?
Since it's a flash, I can just disable adobe flash player and it's all gone right.

Joe Jorgensen
- 75
- 2
- 3
- 9
0
votes
1 answer
AS3: Storing array of custom classes in a Locally Shared Object (LSO)
I am having problems storing an array of objects, all of which are the same custom class in an LSO and then reloading that array from the LSO without losing the class type of the objects in the list.
I know how to store a single object of a custom…

asutherland
- 2,849
- 4
- 32
- 50
0
votes
1 answer
LSOs deleted in latest browsers
Local Shared Object, sometimes referred to as SuperCookies, or Flash Cookies is used by my website to uniquely identify user's computer and prevent him/her from using same credentials on many computers. Up until very recently web browsers were…

OctoRazor
- 31
- 1
- 1
- 3
0
votes
1 answer
Flash server-side Shared Objects - LSOs
The Adobe docs (I can't find which) state that Flash can read Shared Objects (.SOL files?) off a server. This could be an interesting way to store data and retrieve it client-side. Any ideas on how to do this?

Robin Rodricks
- 110,798
- 141
- 398
- 607
0
votes
4 answers
Read and process data from a flash cookie
I want to create a flash swf file that will store a token in Local Shared Object.
What do I need to do to read that token and look it up in the database on the back end? Is this possible at all?
here is a possible scenario:
User visits my web…

James
- 1
- 1
0
votes
2 answers
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…

user85155
- 1,370
- 16
- 24
0
votes
1 answer
Flash cookie (Local Shared Object) - creates wrong paths through browsers
I wrote a little AS3 code to test Flash cookies. When I publish it in the Adobe Flash Professional CS6, it works - writes, reads as it should, and in %APPDATA% shared objects folder it writes folders/file correctly: localhost/.../app3.sol . But when…

Starwave
- 2,352
- 2
- 23
- 30
0
votes
0 answers
IE9 misbehavior with object array
My JS code works perfectly fine in all browsers except IE.
I am not sure why this is happening, the obeserved behavior is
Ext.Msg.alert(filterIds.length) -> gives 2.
Ext.Msg.alert(Object.prototype.toString.call(filterIds)) -> object…

Mok
- 277
- 1
- 6
- 16
0
votes
1 answer
Is there any provision in android to know which user application is using which system service
Is there any provision in android or ndk by to know which user application is using which system service?
OR another way by using pid:-
Suppose i have an application which uses microphone, microphone is opened by the system service (named media…

chiv
- 165
- 1
- 2
- 15