Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
media.videoPlay(url, success, error)ビデオをローカル デバイス (iPhone または Android) に保存し、URL がローカル ディレクトリを指しているを使用してビデオを再生できますか? ありがとう
media.videoPlay(url, success, error)
次のことを試しましたか?(私は現在、偽造のないコンピューターを使用しています)。
forge.file.getLocal('videos/whatever.mpg', function(localFile) { forge.media.videoPlay(localFile, function() {}, function(content) {}); }, function(content) {});