[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/video/theme/ -> video-play-dcr.tpl.php (source)

   1  <?php 
   2  /*
   3   * @file
   4   * Theme file to handle director output.
   5   * 
   6   * Variables passed.
   7   * $video is the video object.
   8   * $node is the node object.
   9   */
  10  ?> 
  11  <object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" type="application/x-director" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,0,0,0">
  12    <param name="src" value="<?php print $video->files->{$video->player}->url; ?>" />
  13    <object class="video-object" type="application/x-director" data="<?php print $video->files->{$video->player}->url; ?>" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>" mode="zero">
  14      <?php print t('No video?  Get the Director !plugin', array('!plugin' => l(t('Plugin'), 'http://www.macromedia.com/shockwave/download/'))); ?>
  15    </object>
  16  </object>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7