Opened 10 years ago
Closed 10 years ago
#12845 closed Bug (wontfix)
Alternate Text of the movie is not visible
Reported by: | osider0 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: | osider0@… |
Description
- Browser and OS : firefox 35.0 / Windows7 Professional K Service Pack 1
- test editor : http://ckeditor.com/demo#full
Steps
- insert souce
example source : <object height="394" id="NSPlay" width="620"><param name="fileName" value="http://mok.kookmin.ac.kr/UCC/NEWnHOT_UCC190_20150107.wmv" /><param name="ShowStatusBar" value="False" /><param name="ShowDisplay" value="False" /><param name="ShowControls" value="True" /><embed height="394" src="http://mok.kookmin.ac.kr/UCC/NEWnHOT_UCC190_20150107.wmv" type="application/x-mplayer2" width="620"></embed></object>
- click the source button to switch to the WYSIWYG mode
- Alternate Text of the video is not visible
Conclusion : I would like to see the alternate text of the video in the WYSIWYG mode
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | step_by_step_screenshots_.zip added |
---|
comment:1 Changed 10 years ago by
Cc: | osider0@… added |
---|
comment:2 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The reason why you can't see video in the wysiwyg area is that we don't support it in a form you have presented and don't have any plans to do so. Because of this I will have to close this issue as won’t fix.
The closest thing to your format is Flash plugin but this is not what you are looking for. To work around this you can either write your own plugin (it should work in a same way as Flash plugin but with different parameters/attributes) or use one of existing third party plugins available in our add-ons page. Here are few examples I have found:
http://ckeditor.com/addon/allmedias
http://ckeditor.com/addon/mediaembed
http://ckeditor.com/addon/oembed
If this isn't still what you are looking for, please search the plugins page: http://ckeditor.com/addons/plugins/all. Perhaps there will be a plugins that suits your needs in 100%.
NOTE: In order to avoid any issues with selection, styles etc. the plugin should insert placeholder (just like Flash does) into wysiwyg area.