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
1 answer

Actionscript SharedObject data go randomly missing

I'm designing a game with save and load functions. Using the SharedObject technique I'm successfully saving most of the variables. However, there is this one Dictionary that sometimes ends up as "undefined". This happends perhaps 1/3 of the times i…
user3262713
  • 369
  • 8
  • 20
0
votes
1 answer

communicate with website in start up screen in flash

Does anybody know a way for a swf file to communicate with the site its placed in. What I mean is I have a flash file with a start up screen in it, which has a tick box saying "Don't show this screen again" which skips to the sites content when…
Squibn
  • 1
0
votes
1 answer

extracting Array data from SharedObject

Im having a game where after I finish a certain level I put that level`s name In an Array and save that array to an SharedObject(SO). But somehow/somewhere I mess up things, because after closing and opening the game again, I load the SO data (to…
GregorII
  • 221
  • 4
  • 13
0
votes
1 answer

Shared object and resource file with company name?

I'm working on an Android phone issue. I can't find a mod for my HTC EVO 4G (Kingdom). Apparently, a company called DxO Labs used DMCA to force Cyanogenmod to remove some HTC mods. I want to get a list of shared objects built by DxO Labs on the…
jww
  • 97,681
  • 90
  • 411
  • 885
0
votes
1 answer

Which method is better for offline storage in flex

I am Working in Mobile application In Which I need To store data in offline. I've searched in the web and found three methods to store data offline. Shared Object SQlLite Database Store in Binary File Now, I like to know that which method is good…
ketan
  • 19,129
  • 42
  • 60
  • 98
0
votes
1 answer

How to Get property values from Shared Object in client's load event?

I am using shared object to share data between two users. First user connect to shared object and set some value in shared object. Please consider that second user has not connected with the shared object yet. Now when second user connects to the…
Kalpesh
  • 1
  • 3
0
votes
0 answers

SharedObject, clicking every users button

I have an imageslider.swf and it has 2 buttons. nextBtn for to pass next image and prevBtn for go back to previous image. This swf is actually slide share app. I want to do when presenter press to any of that button, every slide show will change( on…
0
votes
1 answer

RequireJS issues accessing app object across app

I have an application which has an app object which does the start routine and stores useful things like app.state and app.user. However I am trying to access this app instance without passing this from the app instance all the way around my large…
Dominic
  • 62,658
  • 20
  • 139
  • 163
0
votes
2 answers

Subversion svn:externals - What's wrong here?

I first want to say I've read the Subversion manual. I've read this question. I've also read this question. Here's my dilemma. Let's say I have 3 repositories laid out like…
0
votes
1 answer

Dynamic linking: is it possible to disable automatic loading of non used shared objects?

I have a limited knowledge of dynamic libraries and I usually have problems related to libraries that I do not understand. I recently learned of libraries from google search and especially from the following links: Difference between shared objects…
innoSPG
  • 4,588
  • 1
  • 29
  • 42
0
votes
2 answers

Flash AS2 - Help saving variable imported from mySQL using PHP into sharedObject?

I am creating a game which uses the sharedObject to save each players progress locally. It also connects to a central database to create an online scoreboard. When a user inserts a score for the first time a unique ID is sent out of the database to…
0
votes
1 answer

Flush my sharedObject in as3 - delete all states and start from the beginning

I was hoping someone could help. I would assume this to be a straight forward thing to do yet seem to be struggling with it a bit. I'm novice to using sharedObjects although it's becoming a bit more familiar to me. I'm wanting to wipe all…
0
votes
1 answer

AS3 saving from a timeline to a sharedObject (possible to place in an array)

I was hoping someone could offer a simple solution. I am trying to save a 'labeled' frame on the timeline by storing it as a SharedObject. The user can flip between various different backgrounds on the stage by clicking a button - button one…
0
votes
1 answer

red5: can i make shared objects read only on the client side?

I'm using shared objects for a chat application, but i want my red5 to monitor every string that comes in. how can i make sure that the client side won't be able to modify the shared objects ? In my case the client side is written using adobe flash…
ufk
  • 30,912
  • 70
  • 235
  • 386
0
votes
2 answers

AS3 Saving a sharedObject timeline

I was hoping someone could offer a simple solution. I am trying to save a 'labeled' frame on the timeline by storing it as a SharedObject. The user can flip between various different backgrounds on the stage by clicking a button - button one…