diff options
author | MaZderMind | 2014-10-19 20:48:27 +0200 |
---|---|---|
committer | MaZderMind | 2014-10-19 20:48:27 +0200 |
commit | 4386cd59147fc5745b9f113506b6702ecc17bc38 (patch) | |
tree | c0dc1b2b866fd860dd005a534502b8ae636c1efc | |
parent | 7b7de7c3ebfd5af67a4e784958a47d22bf579f54 (diff) |
hardcoded object tag is not required
-rw-r--r-- | template/assemblies/player/video.phtml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/template/assemblies/player/video.phtml b/template/assemblies/player/video.phtml index 7ff6969..8d45488 100644 --- a/template/assemblies/player/video.phtml +++ b/template/assemblies/player/video.phtml @@ -26,19 +26,5 @@ title="h.264 (HLS)" type="application/vnd.apple.mpegURL" /> - - <object - data="assets/js/lib/flashmediaelement.swf" - type="application/x-shockwave-flash" - width="<?=h($width)?>" - height="<?=h($height)?>" - > - <param name="movie" value="assets/js/lib/flashmediaelement.swf" /> - <param name="flashvars" value="controls=false&file=<?=h(link_stream('rtmp', $room, $format, $translated))?>" /> - - <param name="allowFullScreen" value="true"> - - <pre>Sorry, Lynx is not supported.</pre> - </object> </video> </div>
\ No newline at end of file |