( I suppose this forum is not just for flash, and it is for multimedia filter, not able to find another )
I love the power of Multimedia Filter face to show people that today asychronus comunication is - and will be more - multimedia.
But in some cases I wanted to avoid the filter to be sure that to see the video related to a text, will be 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.
case of it helps ...