" /> Adobe Presenter: October 2008 Archives

« September 2008 | Main | January 2009 »

October 07, 2008

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>


,,,,