When i attempt to use he shared object method send(“someFunction”,“some value”) i get this error :
Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095:
flash.net.SharedObject was unable to invoke callback someFunction.
error=ReferenceError: Error #1069: Property someFunction not found on
flash.net.SharedObject and there is no default value.
Now im assuming this happens because instead of just defining the function in the document class i some how need to attach it to the shared object as a callback. I cant find how to do this anywhere and the adobe live docs are no help either. So if anyone has an idea of how to attach a callback function id be very greatful.
thanks.