| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 * @file 4 * Theme file to handle ogg theora output. 5 * 6 * Variables passed. 7 * $video is the video object. 8 * $node is the node object. 9 * 10 */ 11 ?> 12 <applet=code="com.fluendo.player.Cortado.class" archive="<?php print $video->theora_player; ?>" width="<?php print $video->player_width; ?>" height="<?php print $video->player_height; ?>"> 13 <param name="url" value="<?php print $video->files->{$video->player}->url; ?>" /> 14 <param name="local" value="false" /> 15 <param name="mode" value="zero" /> 16 <param name="keepaspect" value="true" /> 17 <param name="video" value="true" /> 18 <param name="audio" value="true" /> 19 <param name="seekable" value="true" /> 20 <param name="bufferSize" value="200" /> 21 <?php print t('No video? Get the Latest Cortado !plugin', array('!plugin' => l(t('Plugin'), 'http://www.theora.org/cortado/'))); ?> 22 </applet>
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 |