Hi,

I have a PHP / HTML5 web project for students to upload thier powerPoint presentation in order to share it with others.

Once PowerPoint file is uploaded, how can I displat it on the webpage?

What's the technique used for such task?

Thanks,
Jassim

    I don't really know, but outside of finding a perfect app that does it all for you, I'd narrow the search to something that would decompose the presentation into separate images, and then pull down each image as needed (e.g. previous/next buttons that do the image switching, possibly with some JavaScript/JQuery action to preload at least the next image?).

      Write a Reply...