1
0

Make movies work, by adding the height and width to the page element.

This commit is contained in:
Tim Almdal 2009-12-15 21:02:07 -08:00
parent 09518e5d08
commit 4e4c650c58

View File

@ -1,6 +1,7 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="movie">
<a id="movie-link" href="<?= $resource->url ?>" title="<?= $resource->title ?>" />
<a id="movie-link" href="<?= $resource->url ?>" title="<?= $resource->title ?>"
style="display: block; height: <?= $resource->size->height ?>px; width: <?= $resource->size->width ?>px;" />
</div>
<script type="text/javascript">
flowplayer(