Questions tagged [local-shared-object]

34 questions
0
votes
1 answer

How to delete all created localSharedObjects in AS3?

I'm working on a Flash website and would like to delete all localSharedObjects (aka Flash cookies) that got created from that SWF domain space. (basically it's the user session) I found mySharedObject.clear();, but that function only deletes one…
Tom
  • 5,588
  • 20
  • 77
  • 129
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

shared objects in background worker in Adobe air app

I am working with adobe air-app. I created a background worker. and in that worker if I create a new local shared object or want to get attach to my local shared object. It creates a new shared object but I am unable to get its physical location.
0
votes
1 answer

How to use SharedObject with two Document classes in AS3?

I'm having trouble implementing SharedObject in my game. My Main Document class Engine and a separate class called mcEndGameScreen and in this class which is linked to my Flash CS6 Document. In my Flash Document there are two Text fields with an…
0
votes
1 answer

AS3 sharedObject - How to load my last sharedObject on a btnCLICK

I'm bumbling my way through AS3 I have come back to the idea of wanting to be able to load my last save from a sharedObject. Any help would be appreciated as i'm still a novice to AS3. I'm also wanting to attach it to a load btn. // SAVE FUNCTIONS…
0
votes
1 answer

Save movieclip location Rotation and x and y

I was hoping you could help me ( I'm pretty new to AS3 ) I bumbling through and making gradual progress. I'm wanting to have it so that when I drag my movie clip x and y across the stage and rotate it, the rotation is saved to the sharedOject. It…
0
votes
1 answer

ActionScript 3 (AS3) Gathering data from a SharedObject

First I should preface this by saying that I'm quite new to Flash/AS! Long story short, I'm working on a very basic quiz game in Flash. The user will be presented with questions and must choose an answer to proceed (whether they choose the right or…
0
votes
1 answer

Why is my local shared object of flash deleted as soon as I close my swf

I have a swf which stores local shared object but when I close the swf it also removes the shared object from disk on my MAC (chrome/safari).
Pratik
  • 1
0
votes
1 answer

Saving custom class /w object to local SharedObject

I have a custom class that I have been saving to a local SharedObject with no problems after using registerClassAlias. registerClassAlias("MyClass",MyClass); MyClass's variables are all private, and I read that private variables are not serialized…
BladePoint
  • 632
  • 5
  • 16
0
votes
1 answer

Unique SharedObjects for Unique Accounts - AS3

So, I'm writing a web application in Actionscript 3.0 which uses local shared objects as a sort of registration system.I'm having a problem, I know what's causing it but I don't know how to fix it if that makes sense.. Or I don't know where to start…
user1666767
  • 117
  • 3
  • 13
0
votes
3 answers

SharedObject and Dictionary problems in Flash Builder

I'm usin Flash Builder to create some actionscript code that uses SharedObjects. First question: how can I delete my local SharedObject in Flash Builder? I am debugging my program and the SharedObject sems to persist between runs. I want to start…
Marc
  • 3,386
  • 8
  • 44
  • 68
0
votes
1 answer

AIR3.3+ sharedObject location on Windows 7+8

read this [sharedObject location my LSO's should be found at %APPDATA%\Macromedia\Flash Player\#SharedObjects\ But in Windows 8 I only see a #SharedObjects folder here %APPDATA%\Roaming\Macromedia\Flash Player\#SharedObjects\ And its NOT the…
Bachalo
  • 6,965
  • 27
  • 95
  • 189
0
votes
1 answer

Loading ColorTransform from SharedObject

I'm using a local shared object (SharedObject) to store some data for my flash game. One of the bits of data I'd like to save is a ColorTransform object. I have no problem saving the colorTransform to the sharedObject, but when I try to load it the…
0
votes
1 answer

Actionscript 3 saving currentframe location to local hard drive?

I asked similar question sometime ago, but I am making new one to be much more specific with my question with some example! I´ve found this code snippet/tutorial from googling, but I cant seem to figure out how to modify it for my needs: // open a…
Esa T. H.
  • 123
  • 1
  • 4
  • 18