MDL-8792 - Simply added help icon to explain the options available regarding embedding media files in the site.

This commit is contained in:
nicolasconnault 2007-03-12 05:38:02 +00:00
parent 96ef423773
commit eab3ae18fc

View file

@ -1,11 +1,6 @@
<h1>Embedding media in a frame</h1>
<p>The normal way to display embedded media is either in an object element, if your
browser supports it, or on a page of its own. These methods are compliant with
XHTML strict standards. However, in some cases, your browser may not support the
type of file you want to embed, and you still want it to appear within your site's context
(with the navigation breadcrumbs etc..). The only way to do this is to enable this option.
However, this is not compliant with XHTML strict.</p>
<p>
If your users have the option screenreader switched on in their profile, it will override this
option, so that frames will never be used to display embedded media for these users.
</p>
<h1>Embedding files in a frame</h1>
<p>This option will allow the file to be displayed in a frame, so that the Moodle navigation remains on the page in an upper frame.</p>
<p>Note that this option is normally not necessary for media types such as movies, audio files and flash files, as without this option turned on they will be embedded within a navigable page.</p>
<p>Note also that the use of frames can break accessibility, and so this option will be completely ignored if the user has chosen the "Screenreader" option in their profile.</p>