Copy link to clipboard
Copied
Hello!
We have Adobe Connect 8.2 installed and we need to customize it.
1)A lot of presenters in our meetings are newcomers and they can't just find suitable menu item. Is it possible to add big buttons "Share document" and "Share screen" for presenters or/and organizators?
2)Connect Add-in is more convenient than Flash. Is it possible to make autoinstallation of Add-in?
3)Also we need to clean up rooms automatically. It is possible via XML-API. But I noticed that Connect is deployed on Tomcat and contains jars and XSL templates. Can we make customization using it?
Copy link to clipboard
Copied
1) No it is not possible to change the UI of the default application.
2) Yes, add ?lightning=true to your meeting room URLS. For example http://realeyesconnect.adobeconnect.com/openroom/?lightning=true
3) This is done easiest by changing the settings in Compliance and Control in the Admin section of Connect. There you can tell the Chat and Notes pods to automatically clear. Not sure about the share pods, but it is worth looking around in there and configuring Connect to meet your needs.
Copy link to clipboard
Copied
1)I know that shareable SWF can access room application via property chain "parent.parent...". So may be custom SFW can call something like room.sharePod.dispatchEvent(new Event("ShareDocumentEvent"));
2)Thanks for the tip
3)Mainly my question was about customizing Connect via Java and XSL. I'm not able to find any information about that.