Expand my Community achievements bar.

aponnusa
aponnusa
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,Can you provide us more information.Do you want topics from different pages shown in one page aggregated in one page (but a separated view) ?Or topics from the same page, but separated based on some attributes like tags ?For use case 1, you might have to leverage and customize the Activity Stream...

    Type

    Discussions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hey Mike,Sorry about the delayed reply, but why are invoking LCCS functions after you logout ?So part of your code, is checking for isP2P API method in streammanager after logging out. So were you able to figure out the offending piece of code in your source.ThanksArun

    Type

    Discussions

    Views

    830

    Likes

    0

    Replies

    0
  • Thanks for reporting this bug mike. I will update with a tested patch soon.CheersArun

    Type

    Discussions

    Views

    746

    Likes

    0

    Replies

    0
  • You can add webcam to owners only using the example below<?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:authentication="com.adobe.rtc.authentication.*" xmlns:session="com.adobe.rtc.session.*" xmlns:pods="com.adobe.rtc.pods.*" x...

    Type

    Discussions

    Views

    546

    Likes

    0

    Replies

    0
  • Use mx.graphics.codec.PNGEncoder or jpeg encoder to encodethe byte array as png or jpg image. Then use the binary publisher {http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/collaboration/BinaryPublisher.html} to save it as a file. (binaryPublisher.publish(args...))

    Type

    Discussions

    Views

    654

    Likes

    0

    Replies

    0
  • You can always access the actual image as bytearray from thefile reference. And then manipulate the bytearray to create a newresized image.Ex: protected function init():void var actualImage:ByteArray = new ByteArray(); actualImage = _fileReference.data as ByteArray; var loader:Loader = new Loader()...

    Type

    Discussions

    Views

    654

    Likes

    0

    Replies

    0