Chrome will not play embedded video over a certain width and height
I am trying to play a large embedded quicktime video that is stretched across multiple monitors using Google Chrome. I have been doing some testing and have noticed that it will not display the video if it has a width over 7767 pixels and a height over 1080 pixels. As soon as I set the pixel width to be 7768 pixels wide then the video is no longer displayed in the browser but the audio will play.
This is the only code currently on the page for testing purposes:
<embed src="movie.mov" width="7768" height="1080"
autoplay="true" controller="false" scale="tofit" postdomevents="true"
pluginspage="http://www.apple.com/q开发者_StackOverflow中文版uicktime/download/">
If the width on the above code is changed to be 7767 pixels it will display correctly.
Any ideas would be greatly appreciated.
精彩评论