Questions tagged [shared-objects]

Shared Objects in Flash are used to store persistent data on the client or server side.

Local Shared Objects

Local Shared Objects are used in Flash-based applications to store ActionScript objects persistently on a client. The disk space is limited and defaults to 100 KB per domain.

Remote Shared Objects

Remote Shared Objects can be used with Flash Media Server to store ActionScript objects remotely. They can be shared across multiple clients.

418 questions
0
votes
0 answers

use alternative shared object in c

I have this: #include "/home/tom/scripts/c/headers/stdio.h" #include "/home/tom/scripts/c/headers/stdlib.h" int main() { printf("Hi there\n"); exit(0); } compiling it it with: gcc hello.c -L/home/tom/scripts/c/ -lc -o hello and I…
testoflow
  • 17
  • 7
0
votes
4 answers

".SO" file for Tesseract OCR

I need to use the ".so" file of Tesseract OCR (Optical Character Recognition) for my Android app. Can anyone explain me how to get the ".so" file for Tesseract OCR? I tried to import the complete project which is not working.
raju asn
  • 47
  • 3
  • 6
0
votes
1 answer

Flash Shared Objects Storage Location Changing Occasionally

When running a flash application that I run locally ie I get to it from a browser but with a file path file:///C:/Projects/test/bin-debug/Main.html# Now, most of the time the shared objects are stored in %APPDATA%\Macromedia\Flash…
Dale Fraser
  • 4,623
  • 7
  • 39
  • 76
0
votes
1 answer

AS3 - Define shared object size

I want to let the user save some bigger data in a shared object by choice. Is it possible to define the size the user needs to allow? I'ld like to set the minimum to at least 10 MB to have some extra space for future usage. I'm talking about this…
Uli
  • 2,625
  • 10
  • 46
  • 71
0
votes
0 answers

tizen accessing a c++ class implemented in a library

This is for a Tizen project, developed with Tizen Studio. I have developed a library (.so) that implements several c++ classes, all which are in the same namespace. The question I have now is: how do I access a class within the lib. A brief…
user3182551
  • 343
  • 2
  • 9
0
votes
0 answers

shared library missing bcm_host.h function mappings

I'm attempting to write a wrapper library and compile it to a shared object in order to access various C functions in my C# application necessary to communicate with a piece of hardware. (following this tutorial initally…
0
votes
1 answer

Accessing shared object data without reloading swf – Is this possible?

I'm wondering if it's possible to access a shared object's data (once it's been changed) without reloading the swf. Specifically, I have two swfs: one changes the data in the so and lets the second swf "know" via a localconnection. I have a function…
Jason
  • 129
  • 11
0
votes
1 answer

CMake building multiple libraries in the same project

I have a specific CMake project I would like to build as both a static lib and a shared object (Linux only). The relevant part of the CMake file: ... # Static lib add_library(${PROJECT_NAME} STATIC ${SOURCES} ${HEADERS}) # Build shared object in…
Mansoor
  • 2,357
  • 1
  • 17
  • 27
0
votes
1 answer

Java Thread Synchronization 101

Thinking that the shared object Control would enforce that n threads (Number) display in order, they clearly do not: Number: public class Number implements Runnable { private int i_; private Control control; public Number(int i,…
0
votes
1 answer

Flash sharedobject flush help

On my site I have a flash banner that saves its frame position when the user changes pages so that it continues to play rather than restart every time a user navigates around the site. This was implemented using sharedobject. It works great except…
nutman
  • 569
  • 3
  • 9
  • 22
0
votes
1 answer

Red5 Flex Application: Shared Object sends “change” or “delete” event only when server is started and client connects for the first time

I have a shared object created in WebScope. when I start the server and clients connect for the first time, it sends change and delete events just fine. but after that it only sends clear event. any ideas?
user83950
0
votes
1 answer

AS3: How to detect the local storage popup window in Flash?

When I flush a local SharedObject that is over 100KB, this popup window appears asking the user to allow or deny storing information onto their computer if they haven't already allowed it. How can I detect when the popup appears and when it goes…
0
votes
0 answers

ArrayCollection Shared object access

I am trying to use a shared object to save an array collection of city objects. Each city object contains basic string properties (i.e. CITYName, State, Zipcode, etc...). I can successfully write the shared object however, upon retrieval i am…
jack
  • 1
  • 2
0
votes
2 answers

Problems with remote shared objects Fms Flex 4

I'm trying to develop an application where simultaneous users can interact and i need to have a persistent remote shared object with the list of users currently in session. When a new user enter in the session he get the server's object with the…
Luis Pereira
  • 1,481
  • 3
  • 19
  • 46
0
votes
1 answer

shared objects in redhat linux

Hello everybody well i just had a problem With Shared Object (.so) in REDHAT linux what i want to know is : if i put a new SO in /Lib or /lib64 wich are in the $PATH shal i reboot the server or not... NB : The server is in production and i don't…
Mohamed AHDIDOU
  • 109
  • 1
  • 8