device

device: URL scheme

[1] EZWeb が使っている、独自の URI scheme。 例:

 device:data/dnld?url=http://server.example/download.cgi&name=Yesterday.png&size=4000&disposition=dev8aww&title=Yesterday

この例では、 Yesterday.png というファイルを http://server.example/download.cgi から download 出来ます。 (>>2 より)

[3] >>4 によると、

 device:location?url=http://server.example/location.cgi

とすると http://server.example/location.cgi で位置情報を送るのだそうです。

[5] >>1,>>3 から想像するに、 device: URI scheme は、組込み機能を示すもののようです。 file: scheme の特殊版, res:, resource:, chrome:, about: 各 scheme の親戚のようなものなのでしょう。

[6] device:home/bookmark?url=http://example.com/&title=title

を挟む (挟ませる)

[7] KDDI au: 技術情報 > オープンアプリ () https://www.au.com/ezfactory/tec/spec/openappli.html

<a href="device:jam? <URL>">タグで.jadファイルを記述します。<URL>にはhttp://から始まるJarファイルのURLを記載してください。

以下に例を示します。

<html><body>

 オープンアプリゲーム</br>

 以下のリンクをクリックしてください。

<a href="device:jam?http://www.au.kddi.com/marubatsu/marubatsu.jad">○×アプリで遊ぶ</a>

</body></html>

[8] KDDI au: 技術情報 > ダウンロードCGI () https://www.au.com/ezfactory/tec/dlcgi/download_1.html

device:data/dnld?

url=http://server/download.cgi&name=Yesterday.png&size=

4000&disposition=dev8aww&title=Yesterday