Hi,
The following code when run in Flash and tested produces the expected output of my value
var GlobalVariable = new Object();
var displayName = "My User Name";
// create a new array
var newR = Array();
newR.push("my value");
// add array to global variable object
GlobalVariable ...
Search found 16 matches
- 11 Mar 2009, 21:45
- Forum: Server Side Extension Development
- Topic: Array in Object map is undefined
- Replies: 0
- Views: 4209
- 05 Feb 2009, 00:42
- Forum: Server Side Extension Development
- Topic: MaxUserIdle Extensions
- Replies: 1
- Views: 4726
MaxUserIdle Extensions
Does an extension message sent from the client via : sendXtMessage() reset the user IDLE time? Or do only chat messages?
- 30 Jan 2009, 16:17
- Forum: Server Side Extension Development
- Topic: Client Side: Extension not parsing NUMBERS in returned objec
- Replies: 3
- Views: 6568
- 29 Jan 2009, 21:31
- Forum: Server Side Extension Development
- Topic: Client Side: Extension not parsing NUMBERS in returned objec
- Replies: 3
- Views: 6568
Client Side: Extension not parsing NUMBERS in returned objec
I tried this via email (contact us), hoping the forums are faster. How do you get priority support if you purchased a license anyway?
Here's the bug I'm experiencing:
===================
I have an extension that simply sends a status variable to other users in the room with the following code ...
Here's the bug I'm experiencing:
===================
I have an extension that simply sends a status variable to other users in the room with the following code ...
- 29 Jan 2009, 19:13
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: { Update } SmartFoxServer PRO 1.6.5 is out!
- Replies: 30
- Views: 57089
- 29 Jan 2009, 19:09
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: { Update } SmartFoxServer PRO 1.6.5 is out!
- Replies: 30
- Views: 57089
- 26 Jan 2009, 16:50
- Forum: Server Side Extension Development
- Topic: Dynamic Room Size
- Replies: 2
- Views: 5588
- 25 Jan 2009, 17:38
- Forum: Server Side Extension Development
- Topic: Dynamic Room Size
- Replies: 2
- Views: 5588
Dynamic Room Size
Is there a way to dynamically change the MAX USER for a given room at runtime?
For instance, if I want to give an administrator/user the ability to resize the room without restarting the server?
For instance, if I want to give an administrator/user the ability to resize the room without restarting the server?
- 22 Jan 2009, 16:44
- Forum: The Gallery
- Topic: [BETA] WebbyChat.com
- Replies: 6
- Views: 31100
- 21 Jan 2009, 16:20
- Forum: The Gallery
- Topic: [BETA] WebbyChat.com
- Replies: 6
- Views: 31100
- 20 Jan 2009, 19:26
- Forum: The Gallery
- Topic: [BETA] WebbyChat.com
- Replies: 6
- Views: 31100
- 19 Jan 2009, 22:59
- Forum: The Gallery
- Topic: [BETA] WebbyChat.com
- Replies: 6
- Views: 31100
[BETA] WebbyChat.com
Looking for your feedback and suggestions for where to go with the beta of
http://www.webbychat.com
Thanks!
http://www.webbychat.com
Thanks!
- 08 Jul 2008, 17:51
- Forum: Server Side Extension Development
- Topic: Java ArrayList in AS extension
- Replies: 3
- Views: 6863
- 02 Jul 2008, 05:42
- Forum: Server Side Extension Development
- Topic: Java ArrayList in AS extension
- Replies: 3
- Views: 6863
Java ArrayList in AS extension
I'm using a java ArrayList in an AS2 Extension (For those who don't know, yes you can do this). The instantiation for the arraylist is as follows:
var myList = new java.util.ArrayList();
Into the list I am putting userIDs as follows:
myList .add(new java.lang.Integer(userID));
If I later ...
var myList = new java.util.ArrayList();
Into the list I am putting userIDs as follows:
myList .add(new java.lang.Integer(userID));
If I later ...
- 17 Jun 2008, 17:45
- Forum: Server Side Extension Development
- Topic: Fake Room List & Client/Server logic
- Replies: 1
- Views: 4693
Fake Room List & Client/Server logic
My application might have many many rooms (perhaps 100,000). Users have NO NEED to see these rooms for the purpose of this app. They can only join one room at a time.
Since I don't want room lists of that magnitude flying around I would like to disable that functionality.
I understand that if I ...
Since I don't want room lists of that magnitude flying around I would like to disable that functionality.
I understand that if I ...