Home > Learning Center > Tutorials > Embedding a Meeting Recording on a Web Page
Embedding a Meeting Recording on a Web Page
David Yun
October 2008
Expertise Level: Intermediate
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.



