Welcome to TalkGraphics.com
Results 1 to 8 of 8
  1. #1
    Join Date
    May 2009
    Location
    Ohio, USA
    Posts
    83

    Default Inserting a powerpoint presentation

    I did a search on power point and XWD and came up empty. is there a way put a link on a page to a powerpoint presentation?

    Thanks!

    mcspade

  2. #2
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: Inserting a powerpoint presentation

    A download link is possible. Simply assign the link as if you were linking to another web page.

    I'm not aware of a powerpoint browser plugin to display a presentation as a ppt or pptx file.

    You can Save As html from Powerpoint. Then it is simple to upload the presentation html file or files to your web host and place a link in your Web Designer page.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  3. #3
    Join Date
    Mar 2009
    Posts
    4,503

    Default Re: Inserting a powerpoint presentation

    Next to the download option, you could export your .ppt file as an .htm file in MS PowerPoint (File/Save as Web Page). You, then, can incorporate this .htm file in your website by using an iframe in XWD (use Utilities/Web Properties/Placeholder/Replace with HTML code).

    Use this code, making sure that you replace the PATH_TO_THE_.HTM_FILE with the correct path:
    Code:
    <iframe name="mainframe" id="mainframe"
     style="position:absolute;left:0px;top:20px;width:100%;height:100%;
    z-index:1;" src="PATH_TO_THE_.HTM_FILE" scrolling="auto" frameborder="0"
     allowtransparency="true">Your browser does not support inline frames
     or is currently configured not to display inline frames.</iframe>

  4. #4
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Thumbs up Re: Inserting a powerpoint presentation

    Very nice use of iframe Boy!
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  5. #5
    Join Date
    May 2009
    Location
    Ohio, USA
    Posts
    83

    Default Re: Inserting a powerpoint presentation

    Bill & Boy-

    Wow thanks to the both of you- great ideas guys! Thanks for the code Boy!

    mcspade

  6. #6
    Join Date
    Mar 2009
    Posts
    4,503

    Default Re: Inserting a powerpoint presentation

    Just passing it on as I got it from someone else earlier!

  7. #7
    Join Date
    May 2009
    Location
    Somerset UK
    Posts
    160

    Default Re: Inserting a powerpoint presentation

    Hi Boy,
    I like your code and I thought that it would solve my problem BUT, how do you save a PP show .ppsx as an .htm file? If you save the PP file as .htm then it loads looking like a PP presentation file which doesn't look good when opened in the browser.
    What I really want to do is to capture the PP show file and stick it in a placeholder on a web page and have it show like a show file not a presentation file. Any ideas??
    Regards,

  8. #8

    Default Re: Inserting a powerpoint presentation

    You could convert your PowerPointShow to Flash (.swf) with something like this then embed the .swf into your Web Designer page.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •