Expand my Community achievements bar.

BARRYC16
BARRYC16
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Yep. It's basically the same idea but actually a bit easier. The code should be something like this...Cam:        private function startPublisher() : void {// Removing the recipient ids on the publishing side. Everything should be handled ok by setting publisher ids on the receiving side for each re...

    Type

    Questions

    Views

    718

    Likes

    0

    Replies

    0
  • Here's some sample code that will help you to direct messages to individual clients:public var chatModel:SimpleChatModel;chatModel.allowPrivateChat = true;var message:String = "Hello"; var cmd:ChatMessageDescriptor = new ChatMessageDescriptor(); cmd.displayName = session.userManager.getUserDescripto...

    Type

    Questions

    Views

    718

    Like

    1

    Replies

    0
  • Thanks Nigel.

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • There are two possible workarounds for this.One would be toInitially log into the room as the room owner for every client login. The owner could check to see if this client is already in there by getting the user list and boot out the existing instance.Logout from the room owner session and log back...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • An update on this issue is that it happens for me when the flash player crashes regardless of whether the users is broadcasting audio or video at the time of the crash. I see it today when the debug version of Flash 10.3 crashed a couple of times. The client where the crash happened was idle at the ...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Saw this problem again this week. It happened twice when I was using the debug flash player v10.2 with Firefox both times. It seemed like it happened when the Flash player crashed and when I restarted the browser I came in as the same user with the number appended. It actually happened twice, so the...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Hi Nigel,I'll try to get a reproducible case. I believe I have seen it when there are no audio/video streams.Barry

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Hi Eric,Did you ever figure out a way to merge the two users in the same session?Thanks,Barry

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Hi Arun,One other thing I wanted to let you know.I tried using your but I found that there is a problem with the latest version of IE. After the Adobe dialog box appears and I click ok, the method 'onStreamRecieve' is called, but IE pops up an additional dialog box to confirm permissions. If I allow...

    Type

    Questions

    Views

    877

    Likes

    0

    Replies

    0
  • Thanks Raff,Sorry, my answer was a little unclear. I verified that that the latest version of Skype fixes it.Barry

    Type

    Questions

    Views

    832

    Likes

    0

    Replies

    0