Search found 18 matches

by eventdave
05 Jan 2012, 16:59
Forum: Server Side Extension Development
Topic: unicode characters failing in a mysql database
Replies: 3
Views: 7016

We have now figured it out.

We need t wrap the connection string in a cdata tag.

Hope that helps someone else.
by eventdave
05 Jan 2012, 10:27
Forum: Server Side Extension Development
Topic: unicode characters failing in a mysql database
Replies: 3
Views: 7016

unicode characters failing in a mysql database

I have been trying to write unicode characters into a mysql database but all I see in the database is "???????" where the characters should be. I found another thread saying you need to change the connection string to tell it to use utf-8 as below <ConnectionString>jdbc:mysql://server1:330...
by eventdave
07 Jul 2011, 20:11
Forum: Server Side Extension Development
Topic: Sending user list back to flash
Replies: 2
Views: 6221

Sending user list back to flash

I am trying to get a list of all users in a zone back into my flash client. I am using a server side extension to get a list of all users in a zone. var response = {}; response._cmd = "getAllUsersResponse"; //send a response to all clients in the zone var zone = _server.getCurrentZone(); v...
by eventdave
07 Jul 2011, 16:15
Forum: Server Side Extension Development
Topic: Error sending to all users in a zone
Replies: 1
Views: 4583

Error sending to all users in a zone

I have this code in my server side script. I am trying to send a message to ALL users in the zone, but I get an error. My code is: var responseAll = {}; responseAll._cmd = "modeChangeResponse"; responseAll.modeName = params.modeName; responseAll.modeValue = params.modeValue; var userList =...
by eventdave
06 Jul 2011, 13:24
Forum: Server Side Extension Development
Topic: Send a message to a known user
Replies: 1
Views: 4660

Send a message to a known user

I have some code in my server side extension that needs to send a response to a known user in a known room, i.e user roomMaster in room myRoom. How would I send a message to this particular user, as _server.sendResponse() requires a user object. How do I find a particular user? Many thanks Dave
by eventdave
04 Jul 2011, 05:43
Forum: SmartFoxServer 1.x Discussions and Help
Topic: login to multiple rooms
Replies: 3
Views: 6144

Thanks for your reply, that is very helpful.

My next question is, how do I get notifications when a user enters a different room to the one I am connected to ?

Thanks

Dave
by eventdave
03 Jul 2011, 18:22
Forum: SmartFoxServer 1.x Discussions and Help
Topic: login to multiple rooms
Replies: 3
Views: 6144

login to multiple rooms

I have a zone with 6 rooms in it. I have a control program that needs to send messages to all rooms at the same time. How is this done? I don't know which room to connect to. Or can I connect as an administrator? Or do I connect to all six rooms and send 6 meesages each time I need to send to ALL us...
by eventdave
20 Apr 2011, 10:33
Forum: Server Side Extension Development
Topic: databse alias names failing
Replies: 1
Views: 4638

databse alias names failing

I am writing a sever side script to get data back from a mySql database, and all seems to work well aprt from field alias names which seem to be ignored.

I am using smartfox server pro 1.6.6

Is this a known problem or am I doing something wrong?

Thanks
by eventdave
14 Apr 2011, 16:15
Forum: Server Side Extension Development
Topic: send a response to all users
Replies: 7
Views: 12766

That's great, thanks for replying.

My extension is actually at a zone level, so this did not quite work, but it gave me a point in the right direction.

Cheers!
by eventdave
14 Apr 2011, 15:01
Forum: Server Side Extension Development
Topic: send a response to all users
Replies: 7
Views: 12766

send a response to all users

I am trying to write an extension that receives some data from a client, then informs ALL users that the data was received.

Is this possible?

The sendResponse needs an array of all users, how do I that?

Many thanks
by eventdave
20 Dec 2010, 11:46
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Combining smartfox on a LAN with smartfox on the web
Replies: 3
Views: 5684

Thanks for you reply, but could you clarify a little further. We have a smartfox server that runs on a LAN that allows people in the same conference room to connect to smartfox and work with our application. This server could be in any conference room anywhere in the world, and essentially allows a ...
by eventdave
17 Dec 2010, 13:47
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Combining smartfox on a LAN with smartfox on the web
Replies: 3
Views: 5684

Combining smartfox on a LAN with smartfox on the web

We have developed a system in flash that allows users in the same room to communicate with each other via laptops or mobile devices. These are all connected on a LAN with a server running smartfox 1.6.7 This is all running fine, but we are looking to extend the functionality by having a second smatf...
by eventdave
06 Jul 2010, 09:00
Forum: RedBox
Topic: Audio delay
Replies: 1
Views: 10008

Audio delay

We are trying to develop a microphone application for a conference environment. We would like to be able to select a laptop and activate its microphone (this is all fine) and for that laptop user to talk into the microphone and we then feed this into the speaker system in the conference room. The on...
by eventdave
05 Jul 2010, 16:10
Forum: RedBox
Topic: one to many streaming
Replies: 3
Views: 12410

Just to clarify, do we need a flash program to publish the current feed from the webcam, or can you simply plug a webcam into the red5 server and that is all that is needed?
by eventdave
05 Jul 2010, 16:02
Forum: RedBox
Topic: is there a limit on the number of streams
Replies: 2
Views: 11258

Thanks for your reply. We have checked the config file and we had a limit of 10 in there for that room. Oops!

Go to advanced search