Adobe Connect User Community
Menu

#1 2008-10-16 07:15:20

**_Uppy_**

Flex Code Example for integration with Connect API

Hi,

Is anyone able to provide some example AS3 code for integrating a flex front-end with the connect API?

I am looking to build a simple login interface that allows users to access content on our hosted connect account.

cheers

Uppy

Offline

#2 2008-10-28 09:51:07

**_michael_**

Re: Flex Code Example for integration with Connect API

Uppy,

Since the web services are available as HTTPS requests, Flex integration is very simple using the HTTPService methods.  You'll want to hit the login action, parse the results (look for status=ok, or throw an error), and then you can do a variety of other things like create meetings, launch meetings, upload content, etc...

For more info on the APIs, be sure to check the Connect 7 XML Web Services documents available online.

Good luck,
Michael

Offline

#3 2008-10-31 17:46:47

**_dyun_**

Re: Flex Code Example for integration with Connect API

you might want to check out this new blog post:
http://blogs.adobe.com/acrobatconnect/2 … based.html

Offline

Board footer