Details
-
Type:
Improvement
-
Status:
Development in progress
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.5.3, 2.0.2
-
Fix Version/s: DEV backlog
-
Component/s: Filters
-
Environment:Windows XP
-
Affected Branches:MOODLE_15_STABLE, MOODLE_20_STABLE
Description
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 ?
From Martin Dougiamas (martin at moodle.com) Wednesday, 16 November 2005, 10:03 AM:
Insert these tags
<span class=nolink> ... </span>
From Howard Miller (howard.miller at udcf.gla.ac.uk) Thursday, 6 July 2006, 10:11 PM:
as no objection to MD's solution, closing.