You are here

prettyphoto_formatters_flash_markup.tpl.php in prettyPhoto Formatters 7

Template file to customize flash markup in prettyphoto.

File

templates/prettyphoto_formatters_flash_markup.tpl.php
View source
<?php

/**
 * @file
 * Template file to customize flash markup in prettyphoto.
 */
?>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="{width}" height="{height}"><param name="wmode" value="{wmode}" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="{path}" /><embed src="{path}" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="{width}" height="{height}" wmode="{wmode}"></embed></object>