有没有办法从用户本地电脑上提取视频。
因此,例如,该网站将托管外部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'}});
但不幸的是 - 没有工作。有什么想法吗?