You are here

prettyphoto_formatters_quicktime_markup.tpl.php in prettyPhoto Formatters 7

Template file to customize quicktime markup in prettyphoto.

File

templates/prettyphoto_formatters_quicktime_markup.tpl.php
View 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>