Mac OS X Server v10.6.7: Wiki movies may not play in Firefox or Internet Explorer
Products Affected
Mac OS X Server 10.6, Mozilla Firefox, Microsoft Internet Explorer
Symptoms
Movies in wiki pages hosted on Mac OS X Server v10.6.7 may not play in Firefox or Internet Explorer.
Resolution
Download and install the Mac OS X Server v10.6.8 Update or later.
Additional Information
You can resolve this issue in Mac OS X Server v10.6.7 by creating a Javascript file to each of the folders inside /Library/Application Support/Apple/WikiServer/Themes .
The content of the file is:
var PosterMovieFix = Class.createWithSharedInstance('posterMovieFix', true);
PosterMovieFix.prototype = {
initialize: function() {
$$('img.posterimg').each(function(img){if(!img.outerHTML)img.outerHTML=XMLSerializer().serializeToString(img);if(IEFixes.isIE&&img.alt)img.alt+='# '});
}
}
Stop the Wiki service, then restart it.
Note: If you ran a script previously attached to this article called "fix_poster_movies.sh" or "fix_poster_movies_2.sh" you do not need to perform any additional steps. Just update to Mac OS X Server v10.6.8.
Twitter
Facebook