<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
<!--
function P3on(n) {
if(navigator.appVersion.substring(0,19)=="3.0 (DreamPassport/"){
document.embeds[n].vibrate=1;
}
}
function P3off(n) {
if(navigator.appVersion.substring(0,19)=="3.0 (DreamPassport/"){
document.embeds[n].vibrate=0;
}
}
//-->
</SCRIPT>
</head>
<body>
<embed type=application/x-dreamcast-vibrate autostart=true power=7 freq=7 oneshot loop=5 on=192ms off=192ms hidden=true>
<font size="3">
ここに入った時、直ぐに激しく5回揺れたでしょ♪<BR>
設定=(power=7 freq=7 oneshot loop=5 on=192ms off=192ms)</font>
<BR><BR>
</body>
</html>
このソ〜スをコピペすると・・・こうなります♪
|