Author Topic: Changing the width of player for different videos  (Read 611 times)

beisbolct

  • Lurker
  • *
  • Posts: 1
Changing the width of player for different videos
« on: 03 de April de 2010, 04:14:05 AM »
Is there a way to change the width for different videos other than the default size.

Some videos I post are HD so they are widescreen (510x287) while some can be played in the default setting.

I'd love to have to this functionality if it were available.

neogeo

  • Lurker
  • *
  • Posts: 3
Re: Changing the width of player for different videos
« Reply #1 on: 03 de November de 2010, 07:40:53 PM »
you can add videos on playlist parameters like this
Code: [Select]
{
url: 'http://vod01.netdna.com/vod/demo.flowplayer/flowplayer-960.mp4',
autoPlay: false,
// video will be buffered when splash screen is visible
autoBuffering: true
},
{
url: 'http://vod01.netdna.com/vod/demo.flowplayer/flowplayer-960.mp4',
autoPlay: true,
// video will be buffered when splash screen is visible
autoBuffering: false
}