Multimedia plugins FAQ: Różnice pomiędzy wersjami

Z MoodleDocs
Skocz do:nawigacja, szukaj
Created page with "This page is for frequently asked questions about Multimedia plugins and filters. Category:FAQ"
 
Matt Bury (dyskusja | edycje)
 
(Nie pokazano 11 wersji utworzonych przez 5 użytkowników)
Linia 1: Linia 1:
This page is for frequently asked questions about Multimedia plugins and filters.
{{Filters}}
==What is the best way of Embedding media in Moodle?==
 
#Interesting discussion on Moodle Mahem list: https://groups.google.com/forum/?pli=1#!topic/moodlemayhem/txt_5pNwATk
#Playing Flash FLV & SWF in MOODLE 2.0: http://moodle.org/mod/forum/discuss.php?d=163374
 
==How can I have embedded media resized appropriately?==
You can add specific dimensions to the end of the attribute HREF inside the anchor <A> tag.
<pre>
<a href="link-to-some-flash-file.swf?d=480x640">Flash File</a>
</pre>
where 480x460 are the dimensions in pixels that you wish to use.
 
==See also==
 
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=194684 Moodle Media player not appearing] forum discussion
* [[SWF Activity Module]]


[[Category:FAQ]]
[[Category:FAQ]]

Aktualna wersja na dzień 22:20, 27 maj 2013

What is the best way of Embedding media in Moodle?

  1. Interesting discussion on Moodle Mahem list: https://groups.google.com/forum/?pli=1#!topic/moodlemayhem/txt_5pNwATk
  2. Playing Flash FLV & SWF in MOODLE 2.0: http://moodle.org/mod/forum/discuss.php?d=163374

How can I have embedded media resized appropriately?

You can add specific dimensions to the end of the attribute HREF inside the anchor <A> tag.

<a href="link-to-some-flash-file.swf?d=480x640">Flash File</a>

where 480x460 are the dimensions in pixels that you wish to use.

See also