試運転の資料館
玄関 総合案内 電算機部 営繕部 交通部 通信部

This web site is only compatible with Japanese text.

ドリームパスポートにおける独自タグの実験場


もくじ

はじめに

このページは、ドリームキャスト用ブラウザのドリームパスポート専用の HTML タグを実装した時の、実際の稼働状態を再現する実験場所です。


ビジュアルメモリへの文字列表示

ビジュアルメモリへ文字列を表示させています。HTML タグの記述は次の通りです。

<embed type="application/x-dreamcast-lcdticker"
 text="DP2.0用タグただいま再生中。左スクロールに設定しています。"
 port="1"
 slot="1"
 loop="3"
 scrollamount="10"
 scrolldelay="200"
 behavior="scroll"
 direction="left"
 hidden="true">
</embed>


ぷるぷるぱっくの振動

ぷるぷるぱっくを振動させています。HTML タグの記述は次の通りです。

<embed type="application/x-dreamcast-vibrate"
 port="1"
 slot="2"
 autostart="true"
 power="7"
 freq="7"
 loop="7"
 on="1000ms"
 off="1000ms"
 hidden="true">
</embed>


玄関へ戻る

Copyright (C) 2016 "shiunten"