brightcove-player-preview.tpl.php in Brightcove Video Connect 7.6
Same filename and directory in other branches
1 theme call to brightcove-player-preview.tpl.php
- brightcove_admin_player_view in ./
brightcove.player.inc - Page callback for 'admin/config/media/brightcove/players/%/%/view'.
File
brightcove-player-preview.tpl.phpView source
<iframe
src="<?php
echo $preview_url;
?>"
width="<?php
echo $width;
?>"
height="<?php
echo $height;
?>"
>
</iframe>