Home > Learning Center > Tutorials > Building a custom pod for Adobe Connect 8
Building a custom pod for Adobe Connect 8
Dustin Tauer, Easel Solutions
June 2011
Expertise Level: Advanced
2 Votes
Custom pods are completely unique to Adobe Connect and represent a great way to add functionality or extend the product in any way you'd like.
In this video tutorial, Dustin Tauer from Easel Solutions shows you how to create your first custom pod for Adobe Connect using Flash Builder (Flex) and the Collaboration Builder SDK.
For more information on Easel Solutions, visit their website.
<< Back to Tutorials main menu. ?>




Member Comments
Share your thoughts. Tell us what you think about this tutorial.
Jamerson
JULY 01, 2011
That was really helpful, thank you, looking forward to part 2, any idea when this will be available?JoseLuisMR
DECEMBER 27, 2011
How to do that the participants could send messages?I've seen that with connector.allowParticipantPublish
but where to put this line of code?
thanks in advance....
alistairlee
DECEMBER 28, 2011
Hey Jose,I usually add it to a caughtUp() function. The caughtUp function can be defined when declaring the syncConnector.
You'll need to add an 'allowParticipantPublish' line for each and every message you want to enable participants to broadcast.
Thanks,
Alistair