Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to parse content from Flash Local Shared Object .sol-files ("Flash cookies") using C#? I have tried Weborb's SharedObjectService as referenced here: how to create, edit and delete .sol file using c#.[^]:
C#
SharedObjectService sos = new SharedObjectService(); 
IScope iScope;
sos.getSharedObject(iScope, "hhd_status", true);

This solution is not working since iScope is unassigned and I don't know how to retrieve iScope. How to do this right with Weborb - or other solutions?
Posted
Updated 11-Dec-13 19:59pm
v2

1 solution

 
Share this answer
 
Comments
danieljohannsen2 11-Dec-13 14:55pm    
Sorry, no solution there.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900