I am using flow player to play mp4 files in my site. But when I'm playing less then 10 seconds video then at starting video is too small after 2 seconds only it is showing the full width.
I have tried 3 videos
1,2 are having problem while 3 is not (Working fine).
Below link contains images for demonstration.
I have tried below code in flow player function
clip: {
scaling : 'scale', // Used all options available in in this parameter
autoPlay: false,
provider: 'pseudo',
autoBuffering: false
}
Unfortunately I haven't found any solution by using flash player, but I'm using flowplayer5 with flash fallback :)