Advertisement
legendairy

Quicktime.viewer.php

Jul 18th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. class QuicktimeViewer extends EmbeddedContentViewer {
  3. protected function getHtml($item, $full) {
  4. return '<video width="640" height="360" controls>
  5. <source src="'.$this->getContentUrl($item).'" type="video/mp4" />
  6. </video>';
  7. }
  8. }
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement