Expand my Community achievements bar.

SOLVED

Need for application (UI) sharing capability.

Avatar

Level 1

I am receiving business requirements where we need application sharing capability at the UI level.  After securing necessary permissions, we need to view an application (mostly browser-based) UI running elsewhere on another computer.  We may also require update capability.

The settings can be student/teacher, agent/client and so on.  We very much prefer this approach over blanket screen sharing which presents information security issues, privacy violations and so on.

Does/will AFCS offer this capability?

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Hi Ram,

I'm not sure what is meant by "application sharing". If it involves anything like scraping the pixels of one screen and sending them as video to another, the Flash Player isn't capable of this. If you need co-browsing (such as, co-navigating a form or a map, both of which are part of a Flex application), then data messaging can be used to keep multiple clients in synch via a shared model.

hope that helps.

nigel

View solution in original post

3 Replies

Avatar

Correct answer by
Former Community Member

Hi Ram,

I'm not sure what is meant by "application sharing". If it involves anything like scraping the pixels of one screen and sending them as video to another, the Flash Player isn't capable of this. If you need co-browsing (such as, co-navigating a form or a map, both of which are part of a Flex application), then data messaging can be used to keep multiple clients in synch via a shared model.

hope that helps.

nigel

Avatar

Level 1

That certainly helps.  Is there any example showing how data messaging can be used to keep multiple clients in synch via a shared model?  Thanks.

Avatar

Former Community Member

The YahooMaps example has a shared model for keeping a map in synch.

nigel

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] ----