RE: [Flashcoders] Shared object not saving off cd-rom?

2006-05-18 Thread Karina Steffens
Thanks Vivek, this is my guess too and I forwarded your suggestion on to the
client.  

 -Original Message-
 From: Vivek lakhanpal [mailto:[EMAIL PROTECTED] 
 Sent: 17 May 2006 13:11
 To: Flashcoders mailing list
 Subject: Re: [Flashcoders] Shared object not saving off cd-rom?
 
 Jim,
 
 You have to ask that particular user if he has set knowingly 
 or unknowingly storage space to 0 for  flash cookies i.e. 
 shared object?
 As you might be knowing that Local Storage size can be 
 altered through the settings tab by right click on the Flash 
 app and opening settings window.
 
 Just a wild guess. This can be the issue.
 
 Thanks Vivek
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training 
 http://www.figleaf.com http://training.figleaf.com
 
 

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Shared object not saving off cd-rom?

2006-05-17 Thread Vivek lakhanpal

Jim,

You have to ask that particular user if he has set knowingly or unknowingly
storage space to 0 for  flash cookies i.e. shared object?
As you might be knowing that Local Storage size can be altered through the
settings tab by right click on the Flash app and opening settings window.

Just a wild guess. This can be the issue.

Thanks Vivek
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Shared object not saving off cd-rom?

2006-05-16 Thread Jim Armstrong

Karina Steffens wrote:

Hi list,
 
Does anyone know if there are any gotchas when trying to save a shared

object from a flash application running off the cd-rom?
 
The client has sent this cd-rom to a number of reviewers, and one of them has

reported that the player's data isn't being saved. When they leave the game
and go back to select a player, they don't have any saved players in the
select player section.
  
Kind of taking a stab in the dark here (and operating on far too little 
coffee today), but when I've run into problems like this in the past 
(with Zinc), the solution was to use localPath,



var mySO:SharedObject = SharedObject.getLocal(soName, /);

http://livedocs.macromedia.com/flash/8/main/2665.html


good luck!!

- jim

--
2112 FX :: Singularity
[Business Intelligence][Custom Programming]
Flash Math Blog :: www.2112fx.com/blog


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com