You can automate the process of using Google documents with php.
Google provides a ppt viewer that you can embed in web pages using the following code
<iframe src="http://docs.google.com/gview?url=http://www.domainname.come/presentation.ppt&embedded=true" style="width:550px; height:450px;" frameborder="0"></iframe>
Now I am assuming php is handling the loading of your users, so it would be easy to find the url for a particular ppt file. You can save this URL either in a variable or in a database, extract it when necessary, and put it in the code above.
Hope I could explain the logic I'm trying to apply, let me know if you need additional specifications.
TDsouza
source share