Adobe Connect User Community

Product News

Feed Icon Subscribe to our News RSS Feed

Tuesday, June 1, 2010
New Adobe Connect User Group for Canada
Announcing a new Canada Connect User Group

Thursday, February 25, 2010
Acrobat Connect Pro Mobile Now Available on the iPhone and iPod Touch
The iPhone and iPod touch application that works with Connect Pro is now available in Apple's App store. Click the link for more details, a video overview and the quick start guide.

Tuesday, November 3, 2009
Adobe Announces Connect Pro 7.5

Monday, August 17, 2009
Sneak Preview: Adobe Presenter 7.0.5 update
Adobe will be releasing a significant update to Adobe Presenter in the next few weeks.

Tuesday, July 28, 2009
Connect Pro 7.5 Private Beta - Wave 2
Information on joining the second wave of the Connect Pro beta program.

Friday, May 29, 2009
Service Pack 3 for Adobe Acrobat Connect Pro 7
Service Pack 3, to be released in Mid-June includes bug fixes across all Connect Pro applicaitons. We've got some details on what the next service pack for Connect Pro will look like.

Friday, May 22, 2009
Free Connect Pro Product Training for You and Your Users
Find out about how and your users can get up and running with Connect Pro through free training provided by Adobe.

Tuesday, March 3, 2009
Becoming a Connect Pro Audio Expert
The March 2009 Topic of the Month is Audio and Connect Pro. Find out what topics we've authored tutorials on and how they can help you become a Connect Pro audio expert.

Monday, February 23, 2009
Online Professional Development Center Launched
The Online Professional Development Resource Center offers resources for schools or districts that want to use online professional development in a variety of ways. Whether you need to create and distribute on-demand professional development content, deliver live professional development sessions, or deliver a hybrid of both models, you'll find help here.

Tuesday, February 17, 2009
Connect Pro 7, Service Pack 2 Now Available
The latest maintenance release is now available for all Connect Pro customers. Take a look to see what action you need to take and where you can learn more about it.

Recent Blog Entries

blogs.adobe.com/acrobatconnect

blogs.adobe.com/presenter

www.connectbyexample.com/blog/

Monday, November 9, 2009
New Connect Pro whitepapers on Security and Server Virtualization
The Connect Pro team released today three new whitepapers addressing key topics of interest for its hosted and licensed customers. A first set of documents provide an updated security assessment for Connect Pro 7.5; another whitepaper focuses on our support...
Posted on: Acrobat Connect Blog

Wednesday, November 4, 2009
Connect Pro Version 7.5 Released!
We are thrilled to announce a significant update to Acrobat Connect Pro! Some of the new capabilities include the ability to integrate with any audio conferencing provider, allowing organizations to leverage existing investments. Telephone audio can be recorded along with...
Posted on: Acrobat Connect Blog

Thursday, October 29, 2009
Adobe -- Gold Sponsor of Enterprise 2.0 Conference
The Enterprise 2.0 Conference is a forum for business and IT leaders to focus on building more agile and productive business cultures through the use of tools and technologies. Adobe is pleased to be a Gold Sponsor of the Enterprise...
Posted on: Acrobat Connect Blog

Thursday, October 22, 2009
Scheduled Meeting List Example
You can list your scheduled meetings using ConnectPro’s web services. The API call that you should make is ‘report-my-meetings’ and will return a list of all meetings that you have permissions for, whether you are a Host, Presenter or a Participant. Here is an example: https://admin.na3.acrobat.com/api/xml?action=report-my-meetings The XML results returned are: <results> <status code=”ok”/> <my-meetings> <meeting sco-id=”931753428″ type=”meeting” icon=”meeting” permission-id=”host” active-participants=”0″> <name>Introduction [...]
Posted on: ConnectByExample.com Blog

Wednesday, October 21, 2009
Creating a Meeting Example
To create a meeting using the ConnectPro web services, you need to use the ’sco-update’ API and pass in the following parameters: name – name of the meeting folder-id – parent folder of the meeting type – you need to pass in either ‘meeting’ or ‘virtual-classroom’. ‘type’ is required since sco-update is used for creating other objects [...]
Posted on: ConnectByExample.com Blog

Wednesday, October 21, 2009
Meeting Report Examples
This blog entry gives a brief introduction to a few of the most widely used meeting report XML APIs: meeting-report-sessions meeting-report-attendance meeting-report-summary These are the same web service calls that are used to generate the reports underneath the meeting’s “Reports” section. meeting-report-sessions This provides a listing of all the meeting sessions that has occurred for this meeting. Here’s an example of a [...]
Posted on: ConnectByExample.com Blog

Wednesday, October 21, 2009
?Hello, World? with ConnectPro Web Services
Here’s a simple little example on how to get started using ConnectPro web services. The purpose of this is to just get you used to the syntax of a ConnectPro web service request: 1. Creating a user http://www.connectbyexample.com/api/xml?action=principal-update&first-name=Foo&last-name=Bar&email=foo.bar@connectbyexample.com&type=user&has-children=false You should see the following response: <results> <status code=”ok”/> <results> 2. Creating a meeting http://www.connectbyexample.com/api/xml?action=sco-update&type=meeting&name=Hello%20World&folder-id=12345 You will have to substitute www.connectbyexample.com with the FQDN [...]
Posted on: ConnectByExample.com Blog

Saturday, October 17, 2009
Hello ConnectPro Users!
Hello ConnectPro Users! I’m currently working on a blog for ConnectPro that will contain tips and tutorials for Meeting, Training, Events and Web Services. Some of the stuff that I’m going to be doing will be creating some cool custom applications using Flex and the XML APIs. Please bear with me…I’m currently working [...]
Posted on: ConnectByExample.com Blog