Javascript Flowplayer本地视频

Javascript Flowplayer本地视频,javascript,jquery,html,flowplayer,Javascript,Jquery,Html,Flowplayer,有没有办法从用户的本地pc上获取视频 例如,该网站将在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 whi

有没有办法从用户的本地pc上获取视频

例如,该网站将在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'}}); 

但不幸的是——不起作用。有什么想法吗?

我们最终在本地PC上安装了IIS并调用了url