Embedding in a Web page

  • Thread starter Thread starter Ken Elder
  • Start date Start date
K

Ken Elder

I know how to use the HTML <object> tag to embed movie files into a Web
page. But I have a project now where I need to embed a PowerPoint
presentation into a Web page. Does anyone know what the values for the
classid and codebase parameters of the <object> tag are for PowerPoint
presentations? Better yet, does anyone have a complete example including
all of the <param> elements?
 
Hi Ken,

I can't code HTML worth a darn, but I may have a way for
you to figure it out:

Open a new blank presentation, click on Insert, "Object,
Create from file, browse and select your presentation to
embed. Clik ok. You should now see a small presentation.
Right click on the "embedded" presentation, click on
action settings and make sure object action is set to
show. Click ok.

Now click on File, Save As Web Page and go through the
steps to save the new presentation as an html web page.
Look at the source code in the html files you just created
for the code.

HTH,
Glenna
 
Back
Top