prettyphoto_formatters_quicktime_markup.tpl.php in prettyPhoto Formatters 7
Template file to customize quicktime markup in prettyphoto.
1 theme call to prettyphoto_formatters_quicktime_markup.tpl.php
- _prettyphoto_formatters_get_tpl in ./
prettyphoto_formatters.module - Create HTML output to override default markups.
File
templates/prettyphoto_formatters_quicktime_markup.tpl.phpView source
<?php
/**
* @file
* Template file to customize quicktime markup in prettyphoto.
*/
?>
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="{height}" width="{width}"><param name="src" value="{path}"><param name="autoplay" value="{autoplay}"><param name="type" value="video/quicktime"><embed src="{path}" height="{height}" width="{width}" autoplay="{autoplay}" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></embed></object>