Expand my Community achievements bar.

Hinne
Hinne
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • are the images for mic and webcam available from adobe?it would be userfriendly to use/repeate the same images in my app?also a speaker image would be handy.

    Type

    Questions

    Views

    997

    Likes

    0

    Replies

    4
  • when I call:           _cSession.userManager.setUserDisplayName(_cSession.userManager.myUserID, sNewname);than          _cSession.userManager.userCollection.source;     isn't updated emediately. Is that normal?

    Type

    Questions

    Views

    784

    Likes

    0

    Replies

    2
  • OK        private function getUserName(sUserID:String):String        {            if (_cSession.isSynchronized) {                return _cSession.userManager.getUserDescriptor(sUserID).displayName;            } else {                return "";            }        }Or can force to sync? I would hate ...

    Type

    Questions

    Views

    306

    Likes

    0

    Replies

    0
  • oh, the Flash player has its own volume control? how can I adjust it from code?this            var transform:SoundTransform = channel.soundTransform;            transform.volume = 0.1;is working just fine.But the AudioSubscriber volume is just too weak.

    Type

    Questions

    Views

    256

    Likes

    0

    Replies

    0
  • I want to do this:        private function getUserName(sUserID:String):String        {            ?        }I do this:            collectionNode = new CollectionNode();            collectionNode.sharedID = "dataObject";            collectionNode.connectSession = _cSession;            collectionNode....

    Type

    Questions

    Views

    880

    Likes

    0

    Replies

    3
  • I did            audioSub.setLocalVolume(1);but it's still not loud enoug relative to windows volume and other apps.is there any other way to increase LocalVolume other than     audioPub.gain = nGain;on the other side (and going to a metal concert ;)?Henry

    Type

    Questions

    Views

    825

    Likes

    0

    Replies

    2
  • >default is always p2pthx. thats what i needed to know.

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • it is difficiult to understand why you make a "flex-only" decision. I can't use flex and feel left out. I was believing flash could do anything.

    Type

    Questions

    Views

    652

    Likes

    0

    Replies

    0
  • sorryI mean api for flex vs. api for flash. i.e. no whiteboard in flash api.

    Type

    Questions

    Views

    607

    Likes

    0

    Replies

    0
  • I pray for quality....cause I cant post my app otherwise  Im afraid we must reach skype quality as minimum.I use    import com.adobe.rtc.collaboration.AudioPublisher;    import com.adobe.rtc.collaboration.AudioSubscriber;how do I make sure users stream with p2p voice?any disadvantages in regarts to ...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0