Question about shared objects

check this 2 .fla, they r using shared objects and what im triying to do is to comunnicate them, inside i explain what i need plx help i have been trying for days x.x

heres my 2 .fla
http://www.totalwebdata.com/Files/download/Send.fla
http://www.totalwebdata.com/Files/download/Recive.fla
/\ Everything i need is explained inside =)

All I have to say is: [SIZE=7]DON’T TYPE LAZY! I HATE IT WHEN PEOPLE DO THAT AND EXPECT TO RECEIVE HELP! JUST SO D* LAZY! GAWD![/SIZE]**

I’ll be willing to help after I calm down and you edit your post.

i wrote all inside the .fla, and plz dont come with that…

Oh. Let me see…

hope u can help cause seems like nobody knows how to fix it

any luck motionman95?

Yeah, I’ve looked at Send.fla and here it is. If you still experience problems I’ll look at receive and upload it.

so u got any solutions?

^Did you read my post?

u just added a no needed stop(); , my main problem as described inside the .fla is to reload the shared object without needing to reload the whole movie

That’s not all I did. Anyway, so your saying that it only receives it after you refresh the page?

ye, the problem is in the recive.fla it only load once, then it cant refresh the shared object to get the variable again(if it changed), i need to load the whole movie again to get the new variable, my problem is to fix that, that recive.fla cant reload a shared variable changed by send.fla without needing to reload the whole movie

finally it think i kinda solve it

i added a button with this an it looks like is working

on(release)
{
_root.cookie = SharedObject.getLocal(“Testing123”,"/");
_root.tmsg = _root.cookie.data.msg;
delete _root.cookie;
}

i will now test it with a onClipEvent(enterframe) and see if it finally automactly reloads the message