Search found 4602 matches

by Bax
03 Jul 2008, 06:25
Forum: OpenSpace v1 discussions and help
Topic: Avatar directions
Replies: 8
Views: 13906

You decide the default direction, in the AvatarMovieClip class itself.
That sentence in the doc just means that if -1 is passed, you can place the avatar in a direction of your choice; if a different value is passed (0 --> 7) instead, you should place the avatar in that direction.
by Bax
02 Jul 2008, 09:04
Forum: OpenSpace v1 discussions and help
Topic: Avatar directions
Replies: 8
Views: 13906

Avatar directions

In OpenSpace, in order to control the avatar direction, the onDirectionChange listener is called on the AvatarMovieClip class during the movement on the map. The event contains the "dir" parameter, an integer with the following meaning: http://www.openspace-engine.com/_support/avatarDirect...
by Bax
01 Jul 2008, 09:01
Forum: RedBox
Topic: SmartChatAV behind a firewall
Replies: 24
Views: 38429

Sorry, currently we don't have time to test the RTMPT protocol. We will post a message as soon as we have news.
by Bax
01 Jul 2008, 08:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Enter
Replies: 2
Views: 4099

You want to press ENTER for sending a message? If this is the case, your question is related to generic Flash (or Flex) programming, not specific to SmartFoxServer behavior. Try a simple Google search and you will find a lot of answers. Or, even simpler, check the Flash documentation about the Text...
by Bax
01 Jul 2008, 08:38
Forum: SmartFoxBits for SFS 1.x
Topic: AS3
Replies: 8
Views: 24887

It's not so easy to achieve, but the only way is to open the game in a new browser window. This will require having the games on a different SFS zone, login the user silently with the same username to the new zone, etc.
by Bax
30 Jun 2008, 09:24
Forum: OpenSpace v1 discussions and help
Topic: Avatar configuration
Replies: 9
Views: 27959

Avatar configuration

The OpenSpace.xml configuration file contains a section dedicated to Avatars named AvatarTypes . In this section you can describe all the avatar types (usually 1) that OpenSpace should be aware of. A description of each parameter is provided here. type This string identifies the avatar and must be p...
by Bax
30 Jun 2008, 05:34
Forum: SmartFoxBits for SFS 1.x
Topic: AS3
Replies: 8
Views: 24887

We are just starting the development phase, but we don't have a release date yet.
by Bax
25 Jun 2008, 09:20
Forum: RedBox
Topic: SmartChatAV behind a firewall
Replies: 24
Views: 38429

Very good, thank you.
We will make some tests and modify the API when possible.
by Bax
23 Jun 2008, 18:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: OpenSpace question!!
Replies: 3
Views: 5827

No, we have a free evaluation version with a number of limitations.
The limitations can be removed by buying the pre-release or the final release once it will be out.
by Bax
23 Jun 2008, 14:11
Forum: RedBox
Topic: SmartChatAV behind a firewall
Replies: 24
Views: 38429

mm... yes, we double checked an it doesn't work. Probably there's something to set on the Red5 side. Our suggestion is to make a Google search to collect more informations.
by Bax
20 Jun 2008, 13:30
Forum: RedBox
Topic: SmartChatAV behind a firewall
Replies: 24
Views: 38429

You also have to add the SmartFoxServer API classes to your project, in fact all the RedBox events you mentioned extend SFSEvent class of the SFS API.
by Bax
20 Jun 2008, 13:02
Forum: RedBox
Topic: SmartChatAV behind a firewall
Replies: 24
Views: 38429

Import the RedBox API Flex project in Flex Builder. Then in the properties window of your project add a reference to that project. This should work.
by Bax
20 Jun 2008, 12:41
Forum: RedBox
Topic: SmartChatAV behind a firewall
Replies: 24
Views: 38429

You can't. You have to use the RedBox classes and recompile them. You will find the ready-to-be-imported Flex project in the RedBox package.
by Bax
20 Jun 2008, 09:52
Forum: RedBox
Topic: SmartChatAV behind a firewall
Replies: 24
Views: 38429

If everything works fine, we could add a property to the RedBox API so that developers can choose the protocol between RTMP and RTMPT.
by Bax
20 Jun 2008, 07:33
Forum: RedBox
Topic: SmartChatAV behind a firewall
Replies: 24
Views: 38429

In all the RedBox main classes (AVClipManager, etc.) you will find the initAVConnection method. In this method the following instruction is responsible of connecting the client to the Red5 server: netConn.connect("rtmp://" + red5IpAddress + "/" + Constants.RED5_APPLICATION...

Go to advanced search