You are here

function swftools_wijering4_help in SWF Tools 6.3

Implementation of hook_help().

File

wijering4/swftools_wijering4.module, line 332
Enables SWF Tools support for LongTail Player 4. This module also works with LongTail Player 5.

Code

function swftools_wijering4_help($path, $arg) {
  switch ($path) {
    case 'admin/settings/swftools/wijering4':
      return '<p>' . t('These are the settings for Jeroen Wijering\'s FLV Media Player 4. For details of what each parameter does refer to the <a href="@wijering">JW Player for Flash wiki page</a>. It is possible that you do not need to change any of these settings and blank values will defer to friendly defaults. Note that the label in (<em>brackets</em>) is the actual flashvar name and corresponds to the wiki page. If content is embedded using the SWF Tools filter then each parameter can be over-ridden by specifying a new value in the filter string.', array(
        '@wijering' => 'http://code.jeroenwijering.com/trac/wiki/FlashVars',
      )) . '</p>';
  }
}