Jump to content

Как растянуть flowplayer на весь экран


Ashgor
 Share

Recommended Posts

Буду благодарен, если кто нибудь сможет мне помощь советом. Установил на сайт 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]

 

Edited by Ashgor
Добавил код видео
Link to comment
Share on other sites

Тех. поддержка flowplayer мне ответила: 

Цитата

you cannot stretch or scale html5 video; if the aspect ratio of the clip is different from the ratio of the monitor/screen, you'll get black/grey bars. That's a technical constraint of the html5 <video> specification.

Так что это баг самого плеера при воспроизведении через html5, через flash этой проблемы нету. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Similar Content

    • By Ashgor
      Нужно помощь настроить Flowplayer для DLE, а именно чтобы плеер при просмотре во весь экран растягивался полностью на ширину всего экрана. Жду ваших предложений, за какую сумму сможете помощь в данном вопросе? Как работает плеер в данный момент можно посмотреть тут: http://english-films.com/2015-year/441-golovolomka-inside-out-2015-hd-720-ru-eng.html Player 1.
       
×
×
  • 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