Index: lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/fckeditor/editor/plugins/movieplayer/Attic/movieplayer.js,v diff -u -r1.2 -r1.3 --- lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.js 9 Feb 2009 05:51:26 -0000 1.2 +++ lams_central/web/fckeditor/editor/plugins/movieplayer/movieplayer.js 11 Feb 2009 05:41:04 -0000 1.3 @@ -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 += '