Search found 23 matches
- 13 Oct 2010, 15:50
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: [Help] Smartfox Bits
- Replies: 3
- Views: 6302
- 11 Oct 2010, 16:10
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: [Help] Smartfox Bits
- Replies: 3
- Views: 6302
[Help] Smartfox Bits
I don't have flex and i'd rather not use bits to program. What's the alternative?
- 26 Apr 2009, 16:24
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: [Variables] RoomList Update
- Replies: 1
- Views: 4491
[Variables] RoomList Update
Well, im trying to do a code so that you can see only the rooms that YOU created, in a lb called myroomList.. well, i have a variable called duenoactu in the room variables, but when, to try to see if it works, i put as a room lable "Room name, user count, owner:" it always comes as undefined, and ...
- 05 Mar 2009, 19:49
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: [Help!] Reduce Lag
- Replies: 4
- Views: 8694
- 03 Mar 2009, 19:50
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: [Help!] Reduce Lag
- Replies: 4
- Views: 8694
- 03 Mar 2009, 19:46
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: [HELP] Create room
- Replies: 4
- Views: 8033
- 01 Mar 2009, 13:51
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Can’t login to smartfox!
- Replies: 1
- Views: 5169
- 01 Mar 2009, 13:49
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: [Help!] Reduce Lag
- Replies: 4
- Views: 8694
[Help!] Reduce Lag
I need to reduce the lag for my project, it is not the server, it is the .fla file; each time that the user moves 1 tile 20 variables are sent and updated, making you see the others walk really really slow.. how can i reduce the lag?
- 26 Feb 2009, 19:29
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: [Doubt] Flash API
- Replies: 2
- Views: 5580
Yes
What role yes sorry, spelling mistake
i see the source code but for example if i want to create an api for sfs how would i do it? what would i need to know?
- 25 Feb 2009, 21:09
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: [Doubt] Flash API
- Replies: 2
- Views: 5580
[Doubt] Flash API
I have some questions..
1. What roll does the Flash API play in the server-flash comunication?
2. How does the flash api interpret the data in from de server and/or flash?
Edit: sorry for the inconvenience, i did not realize i was in the feature wishlist section, please move this to smartfoxserver ...
1. What roll does the Flash API play in the server-flash comunication?
2. How does the flash api interpret the data in from de server and/or flash?
Edit: sorry for the inconvenience, i did not realize i was in the feature wishlist section, please move this to smartfoxserver ...
- 06 Jan 2009, 21:59
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Put Created Rooms into Database
- Replies: 4
- Views: 10884
this
I mean this topic sorry.. So i will follow to not fill up this topic with a lot of unuseful messages.. if you dont think it belongs here feel free to move it :D
i have an extension that they passed me, and i would like in that extension.. after a room is created to put that room into the database ...
i have an extension that they passed me, and i would like in that extension.. after a room is created to put that room into the database ...
- 06 Jan 2009, 19:39
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Put Created Rooms into Database
- Replies: 4
- Views: 10884
SORRY!
I am REALLY sorry for the title.. I thought i was answering to a post or something sorry sorry.. may I continue my post though?
- 06 Jan 2009, 19:37
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: [Question] How do I assign an ID to a new server room?
- Replies: 2
- Views: 5707
thnx
Ok thanks, you saved me some research time 
- 05 Jan 2009, 19:48
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: Put Created Rooms into Database
- Replies: 4
- Views: 10884
Put Created Rooms into Database
Well.. i started making my own.. using your technique.. this time though.. with this code:
(in the mia.as)
function init()
{
function crearcasa () {
var roomObj:Object = new Object()
roomObj.name = cNombre
insca = new LoadVars();
insca.cNombre = cNombre
insca.sendAndLoad("insertarcasa.php ...
(in the mia.as)
function init()
{
function crearcasa () {
var roomObj:Object = new Object()
roomObj.name = cNombre
insca = new LoadVars();
insca.cNombre = cNombre
insca.sendAndLoad("insertarcasa.php ...
- 05 Jan 2009, 00:17
- Forum: SmartFoxServer 1.x Discussions and Help
- Topic: [Question] How do I assign an ID to a new server room?
- Replies: 2
- Views: 5707
[Question] How do I assign an ID to a new server room?
I would like to know how to assign an ID to a recently created room in the server, I mean .. I want to be able to assign an id to the room when i create the room