Master-X
Форум | Новости | Статьи
Главная » Форум » Программинг, Скрипты, Софт, Сервисы » 
Тема: Flowplayer, ширина мувика
цитата
02/06/11 в 00:31
 WorldTraffic
как заставить плеер не увеличивать ширину мувика?

вот рабочий код

<script src="flowplayer.min.js"></script>

<center>
<a href="movies.flv" style="display:block;width:750px;height:422px;" id="flowplayer"></a>
</center>

<script language="JavaScript">
   flowplayer("flowplayer", "flowplayer.swf", {
    clip:  {
        autoPlay: false,
    },
         plugins: {
            controls: {
            autoHide: 'never',

            }         }
});
</script>

в коде прописано ширина и высота плеера(style="display:block;width:750px;height:422px;), когда начинает играть мувик то, если у мувика ширина 600 то она растягивается до ширины плеера(width:750px), можно как-то сделать что бы она не растягивалась?

п.с. часов 5 курю их фак но нечего не получается, да и примеров не нашел
цитата
02/06/11 в 02:17
 Sterx
собственно только прописывать размеры мувика, как сделал я
цитата
02/06/11 в 07:45
 Alexandur
scalingОффтопик: and muldering

http://flowplayer.org/documentation/api/clip.html
Цитата:

Setting which defines how video is scaled on the video screen. Available options are:
fit: Fit to window by preserving the aspect ratio encoded in the file's metadata.
half: Half-size (preserves aspect ratio)
orig: Use the dimensions encoded in the file. If the video is too big for the available space, the video is scaled using the 'fit' option.
scale: Scale the video to fill all available space. Ignores the dimensions in the metadata. This is the default setting.


Пример: http://static.flowplayer.org/forum/2/22864
цитата
02/06/11 в 09:05
 WorldTraffic
Sterx: рад за тебя
gimcnuk: огромное спасибо!


Эта страница в полной версии