Connect Pro User Community


Send this page





Bookmark and Share

Home >  Learning Center >  Tutorials >  Embedding a Meeting Recording on a Web Page

Embedding a Meeting Recording on a Web Page

David Yun, Adobe Systems

October 2008

Expertise Level: Intermediate

  
0 Votes

gajett recently posted this great tip in the forums on how to embed a meeting recording on a web page:

Sample HTML Code

<iframe src="http://myserver.com/myrecording"
height="600"
width="700"
frameborder="0"
marginheight="0"
marginwidth="0"
>
</iframe>

You'll notice the code is nearly identical to the code posted by Alistair about how to embed a Presenter Presentation.

Here it is in action, with a recording of the Best Practices User Group meeting.

Open the recorded meeting in new window



Member Comments

Share your thoughts. Tell us what you think about this tutorial.

SEPTEMBER 15, 2009
Great presentation indeed.

One question:

How can I prevent an embed like this one of a Connect Pro recorded event from autoplaying automatically?

Thanks in advance and keep these events rolling!
RobinGood

Log in to leave comments


<< Back to Tutorials main menu.