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.
Web ページから FLV ファイルの URL を取得する方法 LIKE ; http://panet.co.il/Ext/vplayer_lib.php?media=95865
タンク
ビデオとして出力する必要がある場合は、vplayer_lib.php でこれを試してください。
<?php header("Content-type: video/flv"); echo file_get_contents($pathToFLV); ?>