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: Difference between revisions

From MoodleDocs
(First pass.)
No edit summary
Line 13: Line 13:
The options relevant to embedding are Embed and In frame:
The options relevant to embedding are Embed and In frame:
=== Embed ===
=== Embed ===
This uses a HTML <code>object</code> element, or <code>iframe</code> element for older versions of Internet Explorer.
This uses a HTML <code>object</code> element, or <code>iframe</code> element for older versions of Internet Explorer. The resource is embedded at a default size 800x600, and automatically resized to fill available space by javascript on page load and resize.


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


Disabled by default, In frame is not recommended due to accessibility problems caused by HTML frames.
Disabled by default, In frame is not recommended as frames have been depreciated in recent versions of the HTML standard, due to the problems they create for accessibility.
It can be enabled via ''Site administration > Plugins > Activity modules > File''.
It can be enabled via ''Site administration > Plugins > Activity modules > File''.

Revision as of 12:56, 31 August 2011

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. The resource is embedded at a default size 800x600, and automatically resized to fill available space by javascript on page load and resize.

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 as frames have been depreciated in recent versions of the HTML standard, due to the problems they create for accessibility. It can be enabled via Site administration > Plugins > Activity modules > File.