|
|
|
SoftBank携帯で着うたや動画を視聴出きるコンテンツを作る |
|
Writte by Administrator
|
|
2008/06/04 水曜日 17:52 |
SoftBank携帯で着うたや動画を視聴出きるコンテンツを作る
まず、視聴の定義を以下の様にする。
・300k(コンテンツ容量制限)以下 ・ダウンロード不可(保存不可)
他のサイトでは、ダウンロードをして3回だけ聞くことが出来る。 というサイトなどもあるが、今回はダウンロード不可で、ストリーミング (実際はダウンロードするが保存出来ない)のように視聴することが出来る。
重要な点は、ファイル形式だ。
着うた ファイル形式:mp4
動画 ファイル形式:3gp
となる。 あとは、htaccessで以下の様に設定することで可能となる。
AddType video/3gpp .3gp AddType audio/mp4 .mp4 Header add Cache-Control: "no-store"
ポイントは、キャッシュコントロールで"no-store"を設定すること。
着うた、または動画ファイルに対してはAタグで直接リンクを貼ればいい。
各形式のファイルの作成は別途記述する。
Add as favourites (38) | Quote this article on your site | Views: 1256
|
|
|
|
|
|
|
|
|
|
|
- Please keep the topic of messages relevant to the subject of the article.
- Personal verbal attacks will be deleted.
- Please don't use comments to plug your web site. Such material will be removed.
- Just ensure to *Refresh* your browser for a new security code to be displayed prior to clicking on the 'Send' button.
- Keep in mind that the above process only applies if you simply entered the wrong security code.
|
Powered by AkoComment Tweaked Special Edition v.1.4.6 AkoComment © Copyright 2004 by Arthur Konze - www.mamboportal.com All right reserved |
|