Expand my Community achievements bar.

SOLVED

Sharing Desktop

Avatar

Level 1
hi people, can i share the desktop or another application
with cocomo?
1 Accepted Solution

Avatar

Correct answer by
Former Community Member
Hi,



You can build a cocomo application to share charts at real
time. You need to build a shared model and pass the data that you
want to share. For eg. in case of charts , you might want to send
the data over the network so that every user receives the data and
build the chart UI locally from that data.

There are examples in examples folder that show how to build
a shared model and how to pass complex objects over the network.

Thanks

Hironmay Basu

View solution in original post

6 Replies

Avatar

Former Community Member
Hi,

Cocomo SDK does not provide access for desktop(screen)
sharing. This is not part of the AIR runtime or the Flash Player.



Thanks

Hironmay Basu

Avatar

Level 1
Ok Hironmay , and if i need share a real-time chart for
example. This is possible?

Avatar

Correct answer by
Former Community Member
Hi,



You can build a cocomo application to share charts at real
time. You need to build a shared model and pass the data that you
want to share. For eg. in case of charts , you might want to send
the data over the network so that every user receives the data and
build the chart UI locally from that data.

There are examples in examples folder that show how to build
a shared model and how to pass complex objects over the network.

Thanks

Hironmay Basu

Avatar

Level 1

Hi Hiranmoy,

I want to create a desktop sharing application using Cocomo, I want to stream my desktop to others in the room and they should be able to control it as well.

Is there is a possible way in Cocomo Sdk to achive this?

Any help will be highly appreciated.

Regards,

Sumit Ghosh

Globussoft Pvt Ltd, India

Avatar

Former Community Member

Hi ,

Desktop sharing is not part of the AIR runtime or the Flash Player.  So, you can't do that in an AFCS SDK app , which builds a swf that you run in flash player. If you want to use desktop sharing and remote control, adobe provdes applications for them  like Connectnow and Connect Pro.

As far this functionality in AFCS SDK is concerned, we have got a number of requests for this and we evalute all requests sincerely.

Thanks

Regards

Hironmay Basu

The following has evaluated to null or missing: ==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41] ---- Tip: It's the step after the last dot that caused this error, not those before it. ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5] ----