Can anyone tell me if stuff like this is possible:
so_Chat = SharedObject.getRemote("so_Chat", url, false);
so_Chat.onJump = function(str:String){trace(str)}-- I thought I could set functions on a remote object? But I get errors in Flex.
Can anyone tell me if stuff like this is possible:
so_Chat = SharedObject.getRemote("so_Chat", url, false);
so_Chat.onJump = function(str:String){trace(str)}-- I thought I could set functions on a remote object? But I get errors in Flex.