0
ユーザのローカルPCからビデオをプルする方法はありますか?フロープレーヤのローカルビデオ
たとえば、ウェブサイトは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'}});
しかし、不幸なことに - 働いていません。何か案は?