Expand my Community achievements bar.

LCCS screenshare - events

Avatar

Level 2

how ?

1) detect that user reject installation

2) user accept and all loaded and ready

3) user close the "acaddin.app" manualy and all stop to work

4) "acaddin.app" faild to lunch

5) user press "Cancel" or "Share"

and how can i get recording capabilities.

Thanks..

6 Replies

Avatar

Employee

Hi,

You can listen to  AddInLauncherEvent.LAUNCH & AddInLauncherEvent.FAIL and AddInLauncherEvent.STOP events from ScreenSharePublisher to detect if Acadin is launched or of it has failed to launch or if user rejected installation.

Thanks

Arun

Avatar

Employee

regarding recording, please send an email with a brief explanation about your project and timeframe to lccs@adobe.com and we'll add you to the beta and send you the instructions.

Avatar

Level 2

import com.adobe.rtc.events.AddInLauncherEvent;

sspublisher.addEventListener(AddinLauncherEvent.LAUNCH,applicationLaunch)

sspublisher.addEventListener(AddinLauncherEvent.FAIL,applicationFail)

sspublisher.addEventListener(AddinLauncherEvent.STOP,applicationStop)

private function applicationLaunch(ev:AddInLauncherEvent):void{

}

private function applicationFail(ev:AddInLauncherEvent):void{

}

private function applicationStop(ev:AddInLauncherEvent):void{

}

i get

Description Resource Path Location Type

1120:

Access of undefined property AddinLauncherEvent.

Flex SDK Versihon : Flex 3.5.0.12683

Adobe Flash player options : 10.0.0


Avatar

Former Community Member

Hi,

Are you seeing this in old or new SDK. I could see the file being present in the new SDK released yesterday. Please upgrade to the latest swc and let us know.

The file is under libs/player*/src/com/adobe/rtc/events/

Hope this helps

Thanks

Hironmay Basu

Avatar

Level 2

now it`s OK

I have the events and they work good!!

1)

Still have problem when "acaddin.app" closed menualy.

Flash didn’t get any event about that.

2)

at second usage this not work and event

AddInLauncherEvent.FAIL is thrown

Because this :  http://forums.adobe.com/message/3250575#3250575

in other case this throw

AddInLauncherEvent.LAUNCH

but acaddin.app Not accessible

Like he still broadcasts.

The new release fixes this problem?

Avatar

Former Community Member

Yes the new release should fix this problem.

Thanks

Hironmay Basu