2011-12-05 60 views
0

有沒有辦法從用戶本地電腦中提取視頻。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'}}); 

但unfortunatley - 不工作。有任何想法嗎?

回答