SMP

Component ID

1114762

Component name

SMP

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Strobe Media Playback module for Drupal

Strobe Media Playback is an Open Source Media Framework (OSMF) based media player (http://osmf.org/strobe_mediaplayback.html).

Basic usage:


  $flash_variables = array(
    'src' => 'video.flv',
    'streamType' => 'recorded',
    'loop' => 'true',
    'autoPlay' => 'true',
    'playButtonOverlay' => 'false',
    'controlBarAutoHide' => 'false',
  );

  theme('strobe_media_playback', $flash_variables);