ホームページでの動画配信方法を解説します。
Windows Media Player 用
①WMPで再生できるファイル[wax(音声)
wmv,asf(動画)]をサーバーに置く
②メタファイル(拡張子はasx)を作成しサーバーに置く
| <asx version="3.0"> <entry> <ref href="http://○○○.com/△△△.mpg"/> </entry> </asx> |
③ホームページ等にメタファイルへのリンクを張る。
注意:””で囲ったURLの最後に/を入れるのを忘れないでネ
Real Player 用
①Real Playerで再生出来るファイルをサーバーに置く
②メタファイル(拡張子はram)を作成しサーバーに置く
| http://○○○.com/△△△.rm |
③ホームページ等にメタファイルへのリンクを張る。