I thought so, but ppl suggest me to do it like that, it's a better experience for user so instead of input plain text, they can just input ppt file, then the learner just open the ppt in our web
fyi, im developing a web application to learn and share knowledge (elearning)
so instead of input plain text, they can just input ppt file, then the learner just open the ppt in our web
Trying to get that to work involves a huge number of variables. (Operating system, browser, and "do they have powerpoint installed at all", just to start with. Not to mention potential network setup and security issues (anyone else remember all those office macro viruses that went on in the 90s? The WMF hole from a couple months ago?).)
I guess I'm just trying to say it's more than I'd consider reasonable for a project.
If you could get them to switch formats and use S5 or PDFs instead you'd stand a MUCH better chance, IMHO.
You're better off just using xhtml to represent the slides, css to style, and you could easily through in some scripting to pretty it up where available. That way you're guaranteed everyone, everywhere, on anything can access the data. Accessibility ftw : )
And if not PDF's would be the next bet. Not only is it more supported it looks a hell of a lot better than powerpoint.
Kanashii: try taking a look at that S5 link i posted above. It's pretty much exactly what you described. A whole system just for doing presentation slideshows in XHTML/CSS with a bit of JS for slide switching. ;)