aboutsummaryrefslogtreecommitdiff
path: root/mod/file/views/default/file/specialcontent/audio/mid.php
blob: 61b3218f15a73973e575e40996f89e405dcf770d (plain)
1
2
3
4
<object type="audio/midi" data="<?php echo elgg_get_site_url(); ?>mod/file/download.php?file_guid=<?php echo $vars['entity']->getGUID(); ?>" width="200" height="20">
  <param name="autoplay" value="false">
  <param name="autoStart" value="0">
</object>