|
|
|
File Attachments:
|
1.
MDL-9673.patch (0.7 kB)
|
|
Environment:
|
WINXP sp2, tiny_MCE as editor
|
|
|
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.
|
|
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.
|
Show » |
|