Questions tagged [adobe-connect]

Use this tag for programming related questions about Adobe Connect - a product by Adobe that allows registered user to create "over the internet" meetings between users - and its API. End-user support questions are off-topic on Stack Overflow.

Adobe Connect is a product by Adobe that allows registered user to create "over the internet" meetings between users. Users can create a meeting to host, invite other users to attend, and interact with all participants.

Resources

42 questions
0
votes
1 answer

How to get the hostname for Adobe Connect API

I'm trying to authenticate my account with the api, I've been following the documentation, but unable to load the api at all because of the host name. Maybe I'm misunderstanding the whole concept, but where would I find the hostname to replace…
Altus
  • 1,315
  • 3
  • 11
  • 19
0
votes
1 answer

How do I get a realtime list of all seminars in a given room, filtered by time period, via Adobe Connect's API?

We are attempting to build free/busy calendars on our website for our Adobe Connect seminar rooms using data provided by the Adobe Connect API. Our first attempt used sco-session-seminar-list. This returned data in the expected format and seemed to…
Nicholas
  • 1,974
  • 4
  • 20
  • 46
0
votes
1 answer

syncConnector and role in use with Collaboration Builder sdk

I am trying to get the user's role in Adobe Connect, and then use that in my pod to restrict access to buttons in an embedded swf file. So I created this in my mxml:
tcoulson
  • 602
  • 3
  • 10
  • 37
0
votes
1 answer

adobe connect with php

I am very new to adobe connect. I want to integrate single sign on with adobe connect and php. If customer is logging in through our website then he must logged in to the adobe connect and got access to the meetings. I have asked this several other…
Triyugi Narayan Mani
  • 3,039
  • 8
  • 36
  • 56
0
votes
1 answer

Host Adobe Connect on my website

I'd like to host Adobe Connect's elearning platform on my website. Is it possible? Usually, when we try to create an Adobe Connect elearning platform, it allows us to use the application by creating a subdomain on Adobe. However, I would like entire…
Imtiaz
  • 1
  • 1
0
votes
1 answer

Fetching xml with curl on https

So I made a login to site like this: $ch = curl_init('https://emea2cps.adobeconnect.com/api/xml?action=login&login=username&password=password'); curl_setopt($ch,CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_IPRESOLVE,…
nurgasemetey
  • 752
  • 3
  • 15
  • 39
0
votes
3 answers

Cannot get records for particular meeting

Cannot figure out how to properly send request to get all records, which are corresponding to the meeting. From this request mysite.adobeconnect.com/api/xml?action=sco-info&sco-id=1087877981 I get such response:
user1380039
0
votes
1 answer

Cant Log in to Adobe Connect server using HTTP header authentication - Single Sign On

I want to log in some users just with their login names (SSO). So I think http header authentication is the way to go. I did everything what the doc says (http://help.adobe.com/en_US/connect/8.0/webservices/connect_8_webservi ces.pdf) I added a…
whitestream
  • 691
  • 1
  • 7
  • 14
0
votes
1 answer

Brightcove player is not loading in Adobe Connect

I created a application in flex, a swf files is generated. When I open this file in browser, I can able to view the video. But if I drag and drop this swf file in Adobe Connect sharing pod, no video is getting loaded. Please help..
0
votes
1 answer

adobe connect cross-origin filter

I am creating a web app that checks the status of other sites and services. One page checks whether other sites are up on other domains. Most sites are using IIS7, so I just have to add an http response header to allow access from the domain…
0
votes
1 answer

Report-bulk-objects in Adobe Connect

I would like to get a list of meetings on the server however when i do a https://example.com/api/xml?action=report-bulk-objects&filter-type=meeting replacing the domain with my connect domain i get an access denied response. I am signed in to the…
Romaine Carter
  • 637
  • 11
  • 23
-1
votes
3 answers

Adobe Connect stuck at "connecting..." stage (windows 7)

When attempting to connect to our Adobe connect server (v7.5) I am getting stuck at "connecting..." stage. When doing the debug here is the output: Player Version: WIN 10,0,42,34 App-Server returned: code:ok,…
Fergus
  • 2,821
  • 2
  • 27
  • 41
1 2
3