Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > Flash Media Server

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-15-2003, 06:15 AM   #1
CoolHandLuke
Registered User
 
Join Date: Feb 2002
Posts: 68
Default Urgent help needed.

Hi,

I am trying to overwrite data stored in the shared object. But instead I'm endingup appending the new data to the already exisiting data.

This is the code I'm using to write the data :

this.so.data.movName = _root.whiteboard_mc.imageHolder;
this.so.data.movProp = _root.whiteboard_mc.imageHolder_prop;


This the code which retrieves the data :

this.so.onSync = function(list) {
_root.Var2 = this.data.movProp;
// using the above code to trace the value of movProp.
};

Can anyone tell me how I can overwrite the slot in the shared object instead of appending to it?

Please help. The need to solve this problem is rather urgent.
CoolHandLuke is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:52 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.