But in some cases I wanted to avoid the filter to be sure that, to see the video related to a text, will be just a student's option.
I found this way to do this :
To insert in html editor, in html format the classic javascript:void(window.open.. etc,
for exemple this one ...
<a href=javascript:void(window.open('http://www.myweb.conm/file.wmv', '', 'resizable=no,scrollbars=yes,status=no,width=620,height=420,top=10,left=10,statusbar=0,menubar=0,location=0'))>Text to be displayed</a>
will open file.wmv in windows media player.
But this method is not easy, there could be some alternative ?
- duplicates
-
MDL-7336 Allow filters to be enabled/disabled per course or activity
- Closed
- has a non-specific relationship to
-
MDL-15555 stop using span tag for nolink and lang, use the original custom moodle tags
- Closed
- has been marked as being related by
-
MDL-50054 <nolink> tag breaks texts in HTML pages
- Closed