Embedding Presenter Presentations on a Webpage
Presenter Preso's can be easily embedded on an html page by using the "iframe tag". As a sample I have embedded a preso that I recently published for connect users community on using "PowerPoint Hyperlinks with Presenter" in this post.
Open this presentation in new window
Sample html code
<iframe src="http://myserver.com/mypreso"
height="768"
width="1024"
frameborder="0"
marginheight="0"
marginwidth="0"
>
</iframe>