Jump to content

Ashgor

Newbie
  • Posts

    4
  • Joined

  • Last visited

Information

  • Sex
    мужской

Ashgor's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Тех. поддержка flowplayer мне ответила: Так что это баг самого плеера при воспроизведении через html5, через flash этой проблемы нету.
  2. Тема уже не актуальна, разобрался сам.
  3. Нужно помощь настроить Flowplayer для DLE, а именно чтобы плеер при просмотре во весь экран растягивался полностью на ширину всего экрана. Жду ваших предложений, за какую сумму сможете помощь в данном вопросе? Как работает плеер в данный момент можно посмотреть тут: http://english-films.com/2015-year/441-golovolomka-inside-out-2015-hd-720-ru-eng.html Player 1.
  4. Буду благодарен, если кто нибудь сможет мне помощь советом. Установил на сайт Flowplayer, но при на нажатии "на весь экран", "fullscreen" видео не растягивается на всю ширину экрана, справа остается черная полоса. Может сможете посоветовать пути решения этой проблемы? Для отображения видео использую код: [xfgiven_video] <div class="tabs-content active"> <div class="fluid-embed"> <div class="flowplayer" data-swf="flowplayer.swf"> <video> <source type="video/mp4" src="http://english-films.com/video/[xfvalue_video]"> <object type="application/x-shockwave-flash" data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" width="640" height="360"> <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" /> <param name="allowFullScreen" value="true" /> <param name="wmode" value="transparent" /> <param name="flashvars" value='config={ "clip": {"url": "http://english-films.com/video/[xfvalue_video]", "autoPlay":false, "autoBuffering":true}}' /> <embed type="application/x-shockwave-flash" src="http://streams2.renet.ru/flowplayer-3.2.5-0.swf" style="position:absolute; top:0; bottom:0; right:0; left:0;" bgcolor="#000000" allowscriptaccess="always" allowfullscreen="true" flashvars='config={"clip":{"live":true,"autoPlay":true,"provider":"rtmp","url":"cam65-1","bufferLength":10, "connectionArgs": ["eyJ1c2VyX2lkIjoxMjMsInNlc3Npb25faWQiOjh9--3f235e33847a2ba4d41aae375b63cc3f5c4166b5"]},"plugins":{"controls":{"url":"http://streams2.renet.ru/flowplayer.controls-3.2.3.swf","time":false,"scrubber":false,"stop":true,"play":false},"rtmp":{"url":"http://streams2.renet.ru/flowplayer.rtmp-3.2.3.swf","netConnectionUrl":"rtmp://streams3.renet.ru:1935/live"}}}' /> <p>Загрузить видео в <a href="http://english-films.com/video/[xfvalue_video]">MP4</a>, </object> <script> flowplayer.conf.embed = false; </script> [/xfgiven_subtitles]<track enabled="true" kind="subtitles" label="EN" src="http://english-films.com/subtitles/[xfvalue_subtitles]" srclang="en" default="true" type="text/x-srt"/>[/xfgiven_subtitles] </video> <script> var v = document.getElementById("movie"); v.onclick = function() { if (v.paused) { v.play(); } else { v.pause(); } }; </script></div> </div></div>[/xfgiven_video]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy