Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.5.3
-
Fix Version/s: None
-
Component/s: HTML Editor
-
Labels:None
-
Environment:WINXP sp2, tiny_MCE as editor
-
Affected Branches:MOODLE_15_STABLE
Description
I want to add movies using the plugin "Media". And I found out that under IE the movie can not be shown. There is only a blank window, and i am informed to install the ActiveX component, i clicked install, nothing happens.
I looked into the source code and found out that the embeded object is like this:
classid="6BF52A52......
instead of
classid="clsid:6BF52A52.......
The weird thing is that the HTML source code in the editor mode has the "clsid", but after I saved the page, the "clsid" dissappears. I think moodle removed "clsid" in a certain function, so that IE can not find a ActiveX component to play the movie.
I have attached a patch fixes this issue.