Index: lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.js =================================================================== diff -u -r9bd9c4c5b6908f16736a619af1a74f4c1590329f -r9b593ea40bd022be5e8b0cbbcf7fe3042a014ed5 --- lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.js (.../movieplayer.js) (revision 9bd9c4c5b6908f16736a619af1a74f4c1590329f) +++ lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.js (.../movieplayer.js) (revision 9b593ea40bd022be5e8b0cbbcf7fe3042a014ed5) @@ -194,14 +194,14 @@ }else { // Other video types var pluginspace, codebase, classid; - if(this.contentType == "video/quicktime" || this.contentType == "video/mp4" || this.contentType == "video/mpeg") { + if(this.contentType == "video/quicktime" || this.contentType == "video/mp4" || this.contentType == "video/mpeg" || this.contentType == "video/x-msvideo" ) { // QUICKTIME this.autoplay = (this.autoplay == 'true' || this.autoplay == '1') ? 'true' : 'false'; s += ''; - s += ' '; + s += ' width="'+this.width+'" height="'+(this.height + 15)+'" >'; + s += ' '; s += ' '; s += ' '; s += '