| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 * @file 4 * Theme file to handle windows media output. 5 * 6 * Variables passed. 7 * $video is the video object. 8 * $node is the node object. 9 * 10 */ 11 ?> 12 13 <object type="video/x-ms-wmv" data="<?php print $video->files->{$video->player}->url; ?>" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>"> 14 <param name="src" value="<?php print $video->files->{$video->player}->url; ?>" valuetype="ref" type="<?php print $video->files->{$video->player}->url; ?>"> 15 <param name="animationatStart" value="true"> 16 <param name="transparentatStart" value="true"> 17 <param name="autostart" value="<?php print $video->autoplay; ?>"> 18 <param name="controller" value="1"> 19 <?php print t('No video? Get the Windows Media !plugin', array('!plugin' => l(t('Plugin'), 'http://www.microsoft.com/windows/windowsmedia/player/download/'))); ?> 20 </object>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |