You are here

function wijering4_help in SWF Tools 6.2

Same name and namespace in other branches
  1. 6 wijering4/wijering4.module \wijering4_help()

Implementation of hook_help

File

wijering4/wijering4.module, line 337

Code

function 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>';
  }
}