2011-11-10 6 views
5

무엇이 mode:shim입니까?모드 란 무엇입니까?

나는 플래시를 강제하는 방법을이 사이트에서 검색했습니다. 코드 개발자는 정확한 문제를 내가 직면하고를 가진 사람으로부터 질문이 답을 썼다

MediaElement.js - force Chrome to use flash player?

나의 관찰은 최신 브라우저가 다음에, HTML5 구성 요소를로드 플래시로 전환하지만, 실제에 매우 혼란이다 행동.

답변

9

말씀 드린대로 플래시 폴백을 강제합니다. 최신 브라우저의 경우 html5 비디오의 초기화는 플래시 대체에 의해 무효화됩니다.

// allows testing on HTML5, flash, silverlight 
// auto: attempts to detect what the browser can do 
// auto_plugin: prefer plugins and then attempt native HTML5 
// native: forces HTML5 playback 
// shim: disallows HTML5, will attempt either Flash or Silverlight 
// none: forces fallback view 
관련 문제