Flowplayer本地视频

时间:2011-12-05 12:29:17

标签: javascript jquery html flowplayer

有没有办法从用户本地电脑上提取视频。

因此,例如,该网站将托管外部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'}}); 

但不幸的是 - 没有工作。有什么想法吗?

1 个答案:

答案 0 :(得分:0)

我们最终在本地电脑上安装了IIS,并调用了http://localhost网址。