I’m having a problem with SharedObject. This is the code I have on one of my buttons(nested in a movieclip)
[AS]on (release){
_root.frame = “skehin family”
_root.play()
skehintoolbar.data.persontype = “skehinfamily”
skehintoolbar.data.exists = true
trace (skehintoolbar.data.persontype)
}[/AS]
but when i click the button, nothing happens. Th trace says that it holds the value undefined, which is interesting considering I’ve just set it to skehinfamily.