2011-12-05 2 views
0

사용자의 로컬 PC에서 비디오를 가져올 수 있습니까?Flowplayer 로컬 비디오

예를 들어 웹 사이트는 externall www.example.com으로 호스팅되지만 PC가 사이트에 액세스하여 비디오를 로컬로 실행하기를 원합니다. 현재 시도 중입니다.

flowplayer("player", {src: 'file://C:/videos/flowplayer-3.2.7.swf', wmode: 'opaque'}, { plugins: { controls: { autoHide: 'always', 
     // which buttons are visible and which are not? 
     play:false, 
     volume:true, 
     mute:true, 
     time:false, 
     stop:false, 
     playlist:false, 
     fullscreen:true, 
     // scrubber is a well-known nickname for the timeline/playhead combination 
     scrubber: false 
}}, clip:{ autoPlay: true, autoBuffering: true }, canvas: {backgroundColor: '#7790ac'}}); 

하지만 유감 스럽지만 작동하지 않습니다. 어떤 아이디어?

답변

관련 문제