Search found 10 matches

by ojaro
11 Jan 2011, 07:28
Forum: SFS2X C# API
Topic: Voice support
Replies: 4
Views: 8041

Thanks for the replies. Ended up building a separate flash application for voice. Works great :)
by ojaro
11 Jan 2011, 07:20
Forum: RedBox
Topic: Problems with AVCastManager
Replies: 2
Views: 11221

Issue resolved

Thanks for the reply. I did figure it out in the end. The problem was that my flash application width was less than the dialogue with for the microphone access, hence flash decided to just mute the microphone, nice! Not sure if this is a known flash issue, but if not then it looks like the minimum w...
by ojaro
04 Jan 2011, 22:10
Forum: RedBox
Topic: Problems with AVCastManager
Replies: 2
Views: 11221

Problems with AVCastManager

Hi all, Appologies in advance if these questions are trivial, but I am not that familiar with flash/action script. I have been trying to implement a voice chat room based on the examples available. Everything seems to be working fine, live casts are getting published and subscribed to, however I am ...
by ojaro
17 Dec 2010, 19:32
Forum: SFS2X C# API
Topic: Voice support
Replies: 4
Views: 8041

Voice support

Hi all,

Does anyone know if it is possible to use the smartfox voice support from C# or if that only works with flash?

Have not been able to find anything about it, so I assume it only works with flash?

Regards,

Olli
by ojaro
17 Dec 2010, 09:47
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Question on zone permissions
Replies: 6
Views: 9213

Yes I just simply want to make sure that it is only my applications that can connect to my smartfox server. So, you saying crossdomain file is not the right approach for this? Any pointers for what I should use instead?

Olli
by ojaro
16 Dec 2010, 09:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Question on zone permissions
Replies: 6
Views: 9213

Aah ok think I fould what I was after. According to the documentation I should be able to secure the connection with: <PolicyAllowedDomains> <AllowedDomain>mydomainname</AllowedDomain> </PolicyAllowedDomains> Did not seem to make any difference the first time around, but will play around and should ...
by ojaro
15 Dec 2010, 13:22
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Question on zone permissions
Replies: 6
Views: 9213

Question on zone permissions

Hi all, I am trying to get my head around the security aspects of smartfox. What I am after is some kind of master login and password for my application for a zone and then the application could add new users in the room with no restrictions. Is this kind of approach possible or do I have to create ...
by ojaro
14 Dec 2010, 13:33
Forum: .Net / Unity3D API
Topic: SmartFox.IsInitialized() doesn't exist in the current contex
Replies: 4
Views: 9897

Hmmm.... Created a completely new project and pasted in the test code. And now suddenly it is connecting to the server again! Anyone able to point out the logic in this?
by ojaro
14 Dec 2010, 13:11
Forum: .Net / Unity3D API
Topic: SmartFox.IsInitialized() doesn't exist in the current contex
Replies: 4
Views: 9897

Aah ok. That is not the cause for my issue then :( I thought that maybe I am leaving the connection open or something... What it is, is that I have some real simple test code. This morning it was connecting fine, but now it just hangs... I know that the server is ok, since can connect to it with the...
by ojaro
14 Dec 2010, 10:26
Forum: .Net / Unity3D API
Topic: SmartFox.IsInitialized() doesn't exist in the current contex
Replies: 4
Views: 9897

SmartFox.IsInitialized() doesn't exist in the current contex

Hi all, I see folks using line SmartFox.IsInitialized() in order to detect if we already have opened a connection to the server. I keep getting the following error when using it: The name `SmartFox' does not exist in the current context Could someone tell me how to resolve? Looking through people's ...

Go to advanced search