Access Zone Level Extension from Room Level Extension
Posted: 07 Nov 2013, 14:13
Hey guys!
So, I just started out with SFS. Love everything so far, except that the client API for AS3 is nuts for Flash Develop (LZMA compression).
Anyway, I want to have a room extension to handle the game, and a zone level extension to have in-memory database. Yeah, yeah, there are better options, [memcached, etc.] but right now this is just proof of concept. Thinking about it though since extensions are just jars/handlers, I guess this is not really possible, without writing an API.
Is there any good, easy way to this? Basically I just want to have shared data between my room extensions.
So, I just started out with SFS. Love everything so far, except that the client API for AS3 is nuts for Flash Develop (LZMA compression).
Anyway, I want to have a room extension to handle the game, and a zone level extension to have in-memory database. Yeah, yeah, there are better options, [memcached, etc.] but right now this is just proof of concept. Thinking about it though since extensions are just jars/handlers, I guess this is not really possible, without writing an API.
Is there any good, easy way to this? Basically I just want to have shared data between my room extensions.