For older *.doc documents this was enough:
header("Content-Type: application/msword");
What mime type should I use for new docx documents? Also for pptx and xlsx documents?
Is it possible to embed a PowerPoint presentation (.ppt) into a webpage (.xhtml)?
This will be used on a local intranet where there is a mix of Internet Explorer 6 and Internet Explorer 7 only, so no need to consider other browsers.
…
I am currently working on a slide with an animation of sunrise to sunset as a background.
Then there are some pictures fade in and fade out.
Now, I am having difficult to loop the series of animation that repeat …