Home > Learning Center > Tutorials > Embedding Adobe Presenter Presentations on a Webpage
Embedding Adobe Presenter Presentations on a Webpage
Alistair Lee, Adobe Systems
1 Votes
Paresh Kharya, product manager for Adobe Presenter, deserves credit for this trick since I saw it on his blog - but it was too good not to post to the Connect Pro community site as well. This is definitely something I will use for future tutorials.
Since Adobe Presenter publishes a flash version of the presentation, it's relatively easy to embed that presentation on a web page. Paresh recommends using the 'iframe' tag and the following syntax
Sample html code
<iframe src="http://myserver.com/mypreso"
height="768"
width="1024"
frameborder="0"
marginheight="0"
marginwidth="0"
>
</iframe>
Here's an example of a presentation that Paresh recorded for another connectusers.com tutorial:
<< Back to Tutorials main menu.



Member Comments
Share your thoughts. Tell us what you think about this tutorial.
Log in to leave comments