Connect Pro User Community


Send this page

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

Embedding a Meeting Recording on a Web Page

David Yun, Adobe Systems

  
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.

There are no member comments on this tutorial
Log in to leave comments


<< Back to Tutorials main menu.