AS extension works under WINXP, not under LINUX
Posted: 22 Dec 2005, 15:13
Hi,
This new extension system is really great!
But I have a little problem with it.
I made an extension that makes it keeps track of users (who they challenged for a game of chess,who canceled a challenge, who maybe left the game already, and so on).
The problem is, it doesn't work on a Linux server, I created the ext.as file under winXP, and it was working great on smartfox for winXP.
I have added this to the config.xml
<Zone name="CHESS">
<Rooms>
<Room name="lobby" maxUsers="50" isPrivate="false" isTemp="false" autoJoin="true" />
<Room name="garden" maxUsers="50" isPrivate="false" isTemp="false" />
</Rooms>
<Extensions>
<extension name="challList" className="challList.as" type="script" />
</Extensions>
</Zone>
And the extension also show up in the adminTool.swf
Is this due to the fact that windows writes ext.as files in a way the linux-smartfox server doesn't understand, or is there something else going on I don't know about?
Paco
This new extension system is really great!
But I have a little problem with it.
I made an extension that makes it keeps track of users (who they challenged for a game of chess,who canceled a challenge, who maybe left the game already, and so on).
The problem is, it doesn't work on a Linux server, I created the ext.as file under winXP, and it was working great on smartfox for winXP.
I have added this to the config.xml
<Zone name="CHESS">
<Rooms>
<Room name="lobby" maxUsers="50" isPrivate="false" isTemp="false" autoJoin="true" />
<Room name="garden" maxUsers="50" isPrivate="false" isTemp="false" />
</Rooms>
<Extensions>
<extension name="challList" className="challList.as" type="script" />
</Extensions>
</Zone>
And the extension also show up in the adminTool.swf
Is this due to the fact that windows writes ext.as files in a way the linux-smartfox server doesn't understand, or is there something else going on I don't know about?
Paco