Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

巴巴鲁
巴巴鲁
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by 巴巴鲁
Customize the badges you want to showcase on your profile
Re: How To Get List Of The Rooms - Adobe LiveCycle 27-12-2009
Yes.When the function can works,it's easy to create and delete ....AFCS is powerful.

Views

125

Likes

0

Replies

0
Re: How To Get List Of The Rooms - Adobe LiveCycle 23-12-2009
you need a little lucky. import mx.automation.AutomationManager; import com.adobe.rtc.events.AccountManagerEvent; import com.adobe.rtc.authentication.AbstractAuthenticator; import com.adobe.rtc.util.AccountManager; private var acmanger:AccountManager; private function onRoomListReceiveHandler(event:AccountManagerEvent):void { } private function onLoginSuccessHandler(event:AccountManagerEvent):void { acmanger.requestRoomList(); } private function onLoginFaultHandler(event:AccountManagerEvent):void { var roomList:Array = event.list as Array; } private function onSync(event:Event):void { } private function createRoom():void{ acmanger=new AccountManager(); acmanger.accountURL="https://connectnow.acrobat.com/youraccount"; acmanger.isAuthenticated=false; acmanger.authenticator = myAccount; acmanger.login(); acmanger.addEventListener(AccountManagerEvent.ROOM_LIST_RECEIVE,onRoomListReceiveHandler); acmanger.addEventListener(AccountManagerEvent.LOGIN_SUCCESS,onLoginSuccessHandler); acmanger.addEventListener(AccountManagerEvent.ACCESS_ERROR,onAccessErrorHandler); } private function onAccessErrorHandler(event:Event):void{ } private function onCreateRoomHandler(event:AccountManagerEvent):void{ }

Views

124

Likes

0

Replies

0
Re: How to clear word what i input in SimpleChat. - Adobe LiveCycle 23-12-2009
Thanks.I had build a component like simplechat.It's a bug for simplechat or ....

Views

146

Likes

0

Replies

0
How to clear word what i input in SimpleChat. - Adobe LiveCycle 23-12-2009
When i input the words,and click submit button.Words had be sended to server,but the word keep in the textInput field.May i clear the textfield,when i send the words to server.

Views

875

Likes

0

Replies

5