| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 * @file 4 * Theme file to handle realmedia output. 5 * 6 * Variables passed. 7 * $video is the video object. 8 * $node is the node object. 9 * 10 */ 11 ?> 12 <object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>"> 13 <param name="src" value="<?php print $video->files->{$video->player}->url; ?>" /> 14 <param name="autostart" value="<?php print $video->autoplay; ?>" /> 15 <param name="controls" value="imagewindow" /> 16 <param name="console" value="video" /> 17 <param name="loop" value="false" /> 18 <object class="video-object" type="audio/x-pn-realaudio-plugin" data="<?php print $video->files->{$video->player}->url; ?>" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>"> 19 <?php print t('No video? Get the Real Media !plugin', array('!plugin' => l(t('Plugin'), 'http://www.real.com/realplayer'))); ?> 20 </object> 21 </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 |