A着メロファイルとダウンロードに使用するHTMLファイルを、FTPソフトやHTMLエディタなどを使用して、Webサーバーにファイル転送します。また、Webサーバーには、着メロファイルのMIME設定が必要です。
<例:HTML
ファイル>
<html>
<head><meta
http-equiv="Content-Type" content="text/html; charset=shift_jis">
<title>vodafone</title></head>
<body>
<p>vodafone 16ボイス</p>
<p><a
href="song01.mmf">song01</a></p>
<p><a
href="song02.mmf">song02</a></p>
<p><a
href="song03.mmf">song03</a></p>
</body>
</html>
なお、Web
サーバーへのファイル転送、MIME設定については、サーバー管理者にお問い合わせください。
|