「マルチメディアプラグイン」の版間の差分

提供:MoodleDocs
移動先:案内検索
19行目: 19行目:
== 使用方法 ==
== 使用方法 ==


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.
あなたのテキストに、コースファイルエリアにある、マルチメディアリソースのURIを入力してください)。ファイルが表示される場合、適切なプレイヤーが提供されます。Moodleはファイル拡張子によってメディアタイプを識別しますので、ファイルコンテンツとファイル拡張子が合致していることを確かめてください。


For some file types, like Flash, you can size the plugin using an extended syntax:
For some file types, like Flash, you can size the plugin using an extended syntax:
25行目: 25行目:
  <a href="somepath.swf?d=640x480">My link name</a>
  <a href="somepath.swf?d=640x480">My link name</a>


where the first number is the width in pixels, and the second is the height.  
where the first number is the width in pixels, and the second is the height.


== 必須ソフトウェア ==
== 必須ソフトウェア ==

2009年3月9日 (月) 16:31時点における版

作成中です - Mitsuhiro Yoshida 2009年3月6日 (金) 11:23 (CST)

ロケーション: 管理 > プラグイン > フィルタ > フィルタ設定 > マルチメディアプラグイン設定

マルチメディアプラグインフィルタは、テキスト内でマルチメディアリソースを示すURIを見つけ出して、適切なマルチメディアプレイヤーと置換します。

サポートされるメディアフォーマット

  • .mp3 - MPEGオーディオストリーム、レイヤーIII
  • .swf - Macromedia Flashフォーマットファイル (Adobe, Inc.)
  • .mov - QuickTimeビデオクリップ (Apple Computer, Inc.)
  • .wmv - Windowsメディアファイル (Microsoft)
  • .mpg - MPEGアニメーション
  • .avi - オーディオ ビデオインターリーブ (Audio Video Interleave) ファイル
  • .flv - Flashビデオファイル (Macromedia, Inc.)
  • .ram - RealMediaメタファイル (RealNetworks, Inc.)
  • .rpm - RealMedia Playerプラグイン (RealNetworks)
  • .rm - RealMediaストリーミングメディア (Real Networks, Inc.)

使用方法

あなたのテキストに、コースファイルエリアにある、マルチメディアリソースのURIを入力してください)。ファイルが表示される場合、適切なプレイヤーが提供されます。Moodleはファイル拡張子によってメディアタイプを識別しますので、ファイルコンテンツとファイル拡張子が合致していることを確かめてください。

For some file types, like Flash, you can size the plugin using an extended syntax:

<a href="somepath.swf?d=640x480">My link name</a>

where the first number is the width in pixels, and the second is the height.

必須ソフトウェア

Although Moodle prepares the media files to be played in the browser, the actual playback is handled by various types of browser plug-in software, primarily Adobe Flash, Quicktime, Windows Media Player and Real Player. If users do not have these installed they may be prompted to go and install them by their browser. These pieces of software are generally free, easily installed and widely used so this will only be an issue for small numbers of users.

設定ページ

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 via Administration > Modules > Filters > MultiMedia Plugins. In 1.8 it can be found via: Notifications > Modules > Filters > MultiMedia Plugins > Settings.

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.

関連情報

Using Moodleフォーラムディスカッション: