Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Multimedia plugins.

Multimedia plugins: Difference between revisions

From MoodleDocs
(→‎Settings Page: where and minor edit)
Line 19: Line 19:


=== Settings Page ===
=== Settings Page ===
The settings page is in the administration block.  Prior to version 1.7, this can be reach from Configuration->Filters->MultiMedia Plugins.  In 1.7 it can be found in the administration block, Modules->Filters -> MultiMedia Plugins.


There is an individual setting for each supported media type. The processing of this type can be enabled or disabled. Note that by default all but the Flash (.swf) filter are enabled. As Flash files present a theoretical security, risk it is strongly recommended not to allow users to add flash content.
There is an individual setting to turn on or off each supported media type. Note that by default all but the Flash (.swf) filter are enabled. As Flash files present a theoretical security, risk it is strongly recommended not to allow users to add flash content.


== See also ==
== See also ==

Revision as of 16:31, 12 October 2006

Moodle1.6


The Multimedia plugins filter finds URLs that point to multimedia resources in text and replaces them with an appropriate multimedia player. The following media types are available:

  • .mp3 - MPEG Audio Stream, Layer III
  • .swf - Macromedia Flash Format File (Macromedia, Inc.)
  • .mov - QuickTime Video Clip (Apple Computer, Inc.)
  • .wmv - Windows Media File (Microsoft)
  • .mpg - MPEG Animation
  • .avi - Audio Video Interleave File
  • .flv - Flash Video File (Macromedia, Inc.)
  • .ram - RealMedia Metafile (RealNetworks, Inc.)
  • .rpm - RealMedia Player Plug-in (RealNetworks)
  • .rm - RealMedia Streaming Media (Real Networks, Inc.)

Usage

Insert the URL of the multimedia resource into your text (which can be the URL of a file in the course files area). When displayed a suitable player will be provided. Moodle detects the media type using the filename extension, so you should ensure that the file contents match the extension correctly.

Settings Page

The settings page is in the administration block. Prior to version 1.7, this can be reach from Configuration->Filters->MultiMedia Plugins. In 1.7 it can be found in the administration block, Modules->Filters -> MultiMedia Plugins.

There is an individual setting to turn on or off each supported media type. Note that by default all but the Flash (.swf) filter are enabled. As Flash files present a theoretical security, risk it is strongly recommended not to allow users to add flash content.

See also