with this extension code:
Code: Select all
var roomId;
function init()
{
try
{
roomId = _server.getCurrentRoom().getId();
}
catch(e)
{
trace("error at as init: " + e);
return;
}
}
function destroy()
{
}
function handleInternalEvent(ieo)
{
}
function handleRequest(cmd, params, user, fromRoom, protocol)
{
}