How to Embed PPS in HTML
- 1). Open the PPS file in Microsoft PowerPoint to ensure that it is designed to your liking and has proper timings if applicable to the presentation. Save the final file to your hard drive.
- 2). Convert your PPS document to SWF (Macromedia Flash) format using a PowerPoint to SWF converter, such as OpenOffice Impress, Wondershare or Adobe Flash (see Resources). In OpenOffice Impress, click "File," then "Open" to load the PPS file, then "File" and "Export" to save it as an SWF (Flash file). In Wondershare, import the presentation and select "Flash" from the list of menu options to perform the conversion. In Adobe Flash, click "File," then "Save As" in Microsoft PowerPoint first to save the document as a WMF file. Select "Import" on the Adobe Flash main menu, then click "Export" to save it as a SWF file. Whichever method you choose, name the final file "powerpointshow.swf" or something similar.
- 3). Open your HTML file and find the section within the "<body>" tags of your web page where you want to embed the PowerPoint show.
- 4). Type into the code:
<object width="720" height="540"><param name="movie" value="powerpointshow.swf"><embed src="powerpointshow.swf" width="720" height="540"></embed></object>
You can change the width and height dimensions to your needs; 720 by 540 pixels is about the size of a standard presentation. This embeds the PowerPoint show into your web page for viewing. - 5). Save the updated HTML file and upload it to your server. Test the page containing the embedded presentation in your browser.
Source...