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

popo456
popo456
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

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 popo456
Customize the badges you want to showcase on your profile
Re: Cocomo without flex - Adobe LiveCycle 15-01-2009
Hi,Windows XPstandalone DEBUG flash player 9.0 r115 ---> ERRORstandalone DEBUG flash player 9.0 r151 ---> ERRORstandalone DEBUG flash player 10.0 r12 ---> ERRORstandalone flash player 10.0 r12 ---> ERRORstandalone flash player 9.0 r115 ---> ERRORi am using COCOMO SWC for flash player 9here is the code that i use: import com.adobe.rtc.authentication.AdobeHSAuthenticator; import com.adobe.rtc.events.SessionEvent; import com.adobe.rtc.pods.simpleChatClasses.SimpleChatModel; import com.adobe.rtc.session.ConnectSession; private var _auth : AdobeHSAuthenticator; private var _session : ConnectSession; private function init():void{ _auth = new AdobeHSAuthenticator; _auth.userName = "user_name"; _auth.password = "password"; _session = new ConnectSession;_session.addEventListener(SessionEvent.SYNCHRONIZATION_CHANGE,syncChange); _session.addEventListener(SessionEvent.ERROR, sessionError); _session.authenticator = _auth; _session.roomURL = "room_url"; info.text+="start cocomo\n"; _session.login(); } private function sessionError(e : SessionEvent) : void { info.text+="SESSION ERROR >"+_session.isSynchronized+"\n"; } private function syncChange(e : SessionEvent) : void { info.text+="sync change > "+_session.isSynchronized+"\n"; } I compile this code with Flex Builder 3.0.194161once built, if I run the SWF directly, I get an error(SessionEvent.ERROR)the HTML version works properly (ConnectSession syncronized)wh...

Views

184

Likes

0

Replies

0
Re: Cocomo without flex - Adobe LiveCycle 14-01-2009
Hi Raff,here is what i got:Cocomo Beta Build # : 0.9requestInfo http://connectnow.acrobat.com/oxmo456/test/?mode=xml&x=0.8052213843911886getMeetingInfo: status=0#THROWING ERROR# onError from URLLoader. Error.:<[IOErrorEvent type="ioError" bubbles=false cancelable=falseeventPhase=2 text="Error #2032: Erreur de flux. URL: http://connectnow.acrobat.com/oxmo456/test/?x=0%2E8052213843911886&mode=xml"this is only trace log, error is catch... (URLLoaders listeners inside MeetingInfoService removed),her...

Views

187

Likes

0

Replies

0
Re: Cocomo without flex - Adobe LiveCycle 14-01-2009
Thank you Nigel,I tried to use COCOMO without MXML (but with the proper flexSDK), but I got this error without stop:#THROWING ERROR# onError from URLLoader. Error.:<[IOErrorEvent type="ioError" bubbles=false cancelable=falseeventPhase=2 text="Error #2032: Erreur de flux. URL: http://connectnow.acrobat.com/oxmo456/test/?x=0%2E3780770283192396&mode=xml"I finally found a solution, the error disappears when the SWFis embed in a HTML page...!!?? any reason for that ?this is a part of the code that I ...

Views

186

Likes

0

Replies

0
Cocomo without flex - Adobe LiveCycle 13-01-2009
Hello,Is it possible to use the cocomo api without flex, mxml... ?( is it possible to use cocomo only with actionscript 3, nomxml )thank you

Views

1.5K

Likes

0

Replies

7