How to Show ppt (pps) presentation in web page

G

Guest

Hi..
I have a test.ppt and test.pps (same presentation - only 2 slides)
I want to be able to show my presentation in a webpage / html page along
with the other contents of the page

My test.html has the foll code
<html><body>
<iframe src="test.pps" width="500" height="200"></iframe>
</body></html>

WHAT THIS DOES (irrespective of ppt / pps)
1.Prompts me with a "FILE_OPEN" dialog box
...when i clik open--> it runs my presentation in the webpage
...Something similiar to autorun

WHAT I WANT TO HAPPEN
1. No dialog box should come up
2.I donot want to force the ppt with Autorun
The user decides if he wants / donot want to see the presentation

Would this be possible
Any help is great help
Thank you
Deepa
 
K

king marsh

Hi..
I have a test.ppt and test.pps (same presentation - only 2 slides)
I want to be able to show my presentation in a webpage / html page along
with the other contents of the page

My test.html has the foll code
<html><body>
<iframe src="test.pps" width="500" height="200"></iframe>
</body></html>

WHAT THIS DOES (irrespective of ppt / pps)
1.Prompts me with a "FILE_OPEN" dialog box
..when i clik open--> it runs my presentation in the webpage
..Something similiar to autorun

WHAT I WANT TO HAPPEN
1. No dialog box should come up
2.I donot want to force the ppt with Autorun
The user decides if he wants / donot want to see the presentation

Would this be possible
Any help is great help
Thank you
Deepa

You may convert the PPT to flash then insert the flash to a webpage by
the Iframe tag.
And this may meet you first requirement- no dialod box.

If you have some programming experience, you can convert PPT to flash
manually.
This is the tutorial
http://www.sameshow.com/other/powerpoint-to-flash5.html

Or you can use some commercial converters like PPT2Flash Standard
http://www.sameshow.com/powerpoint-to-flash.php?sid=5

How to use it from
http://www.ppt-to-dvd.com/forum/viewtopic.php?t=1514

Free Trial from
http://www.sameshow.com/download/ppt2flash-download.php?sid=5
 
S

Steve Rindsberg

Hi..
I have a test.ppt and test.pps (same presentation - only 2 slides)
I want to be able to show my presentation in a webpage / html page along
with the other contents of the page

My test.html has the foll code
<html><body>
<iframe src="test.pps" width="500" height="200"></iframe>
</body></html>

WHAT THIS DOES (irrespective of ppt / pps)
1.Prompts me with a "FILE_OPEN" dialog box
...when i clik open--> it runs my presentation in the webpage
...Something similiar to autorun

WHAT I WANT TO HAPPEN
1. No dialog box should come up
2.I donot want to force the ppt with Autorun
The user decides if he wants / donot want to see the presentation

I suspect it's a matter of your security settings. Allowing any program to
open in an iframe is a security risk.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top