|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Need help on ppt filesHi,
I've a requirement in which I need to show a powerpointf file in a web page... How can I acheive this? How can we show word documents or powerpoint files in web pages in asp.net? Do they need to display in the browser? If so, the best bet is save as HTML
and link the content up that way. It works for all browsers without issue. With IE, you have options, esp. for PowerPoint, by setting up MIME types on the website. Serving the file can be as simple as a link or using a binary read/write to the stream. If you actually have to embed the file, the HTML route is by far the easiest. If not an option, I would consider looking for a third party component that allows you to embed the file either in something like flash or in the page. -- Show quoteGregory A. Beamer ************************************************* Think Outside the Box! ************************************************* "AVL" <A**@discussions.microsoft.com> wrote in message news:EE919078-69BC-45BD-9CD6-3E89B4B7A3E9@microsoft.com... > Hi, > > I've a requirement in which I need to show a powerpointf file in a web > page... > How can I acheive this? How can we show word documents or powerpoint > files > in web pages in asp.net? |
|||||||||||||||||||||||