Flash module add-on: To avoid multimedia filter in some cases

Flash module add-on: To avoid multimedia filter in some cases

Julio M -
回帖数:3

( 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 ...

回复Julio M

Re: Flash module add-on: To avoid multimedia filter in some cases

Anil Sharma -

Thanks Julio, this has been helpful.

Maybe we should have a small button in the text editor which allows one to disable multimedia filter.  The code you have given takes time to insert if many links are to be disabled.

回复Anil Sharma

Re: Flash module add-on: To avoid multimedia filter in some cases

Julio M -

You are right Anil,

it  should be far more easy just with a button, I guess developpers are thinking on it.