Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: Embedding content.

Embedding content

From MoodleDocs
Revision as of 11:37, 31 August 2011 by D Balch (talk | contribs) (First pass.)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Please refer to these notes before editing this page.

This page really needs improving. Please see the page comments for suggestions of what to include, then remove this template when you're done.


Embedding media files

When adding content to a course with a Page resource, media files can be embedded using multimedia plugins to take media file URLs entered in the HTML editor and convert them into relevant player software embedded in the page.

Embedding uploaded resources

When adding a File resource to a course, there are several options for how the file will be displayed to the user: Automatic, Embed, Force download, Open, In pop-up, and disabled by default: In frame, and New window. (See file mod for more details on all of these.)

The options relevant to embedding are Embed and In frame:

Embed

This uses a HTML object element, or iframe element for older versions of Internet Explorer.

In frame

This uses a resizable HTML frameset with an upper frame to show the Moodle heading (with navigation) and the file description, with the file displayed in a frame below.

Disabled by default, In frame is not recommended due to accessibility problems caused by HTML frames. It can be enabled via Site administration > Plugins > Activity modules > File.