Hi,I am externally authenticating my application. I fetch the authToken
and use it in the flex application as follows; function init():void {
authToken="exx=eDpVc2VyTmFtZTo6amF5ZXNoc2lkaHdhbmk6VXNlcklkOm5ld3NlcnZlcjoxMDA6M2UyYTYwYjg3ZjllMmQ4ZGRiMjQyYmVjNzE3NzJiOGM0MGIzNzI1Mw==";
//This is a valid code, hand wired. CursorManager.setBusyCursor(); }
protected function
auth_authenticationFailureHandler(event:AuthenticationEvent):void {
Alert.show(event.toString());// + auth.authenticationURL); } pro...
Hi Arun,Can you tell me if this swc would work only if I am using the
Adobe LCCS services?Right now, I am developing my custom application and
I would want to leverage AEC, can I use the same swc you've attached in
this post?Thanks a bunch.