Hello friends,
Here’s another simple question I can’t seem to figure out…
In a perfect world, when I do this:
[AS]
superMonster = new Object();
superMonster.reptile = “Gamera”;
superMonster.dinosaur = “Godzilla”;
superMonster.robot = “Mecha Godzilla”;
superMonster = SharedObject.getLocal(“SuperMonsterSOL”);[/AS]
The shared object “SuperMonsterSOL” should be written to the hard drive, right?
-
Do I need to have the remoting components installed to use SharedObject? Neither SharedObject or getLocal change colors to let me know Flash is on my side…
-
When does the file get written to the hard drive? When I test it? Must I view it through a browser for the ActionScript to work it’s magic?
Thanks in advance…
lrhb :hat: