diff options
Diffstat (limited to 'template/assemblies/player')
-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 |