気をつけることまとめ

以下のURLより。うまくまとまってる。
http://www.wiicade.com/forum/viewtopic.php?t=471&sid=da7ef03ff6373df62b21caa4de9a21ef

  • ユーザーエージェント(US version) is "Opera/9.00 (Nintendo Wii; U; ; 1309-9; en)"
    • 日本語版では「Opera/9.00 (Nintendo Wii; U; ; 1309-9; ja)」
  • Flashのバージョンは、"WII 7.0.70.0"
  • SWFのURLを直接指定できる。
  • SWFのURLをお気に入りに追加できる。しかし、アイコン表示はされない。
  • A SWF's stage at 100% width and height in 16:9 mode (480p) is 1024x500.
  • In 4:3 mode it is 800x500.
    • 但し正式版では、800x500に統一されるとか書いてあった
  • After messing with the screen mode I was able to get the browser into a state where it was reporting the stage size as 700x150. Restarting the Wii fixed it.
  • There are no global objects named Controller, Remote, Buttons, Wii, Nintendo, or com (looking for things like Mouse and Key).
  • When pressing the A button on the remote, you get a mousedown event -- in fact it seems like you get four of them!
  • onMouseUpイベントは起きない。
  • onMouseMove works pretty much as expected.
  • マウスポインタを隠す「Mouse.hide()」を実行しても、ポインタは消えない。
  • Clicking on a text input field does bring up the Wii on-screen keyboard.
  • I was not able to trap any events from buttons other than A on the main remote using mouse or keyboard events -- also tried Nunchuck and Classic Controller.

ウノウラボFlashのキー取得について書きました

任天堂Wii上で、Flashゲームなどを作るのに必須である、Wiiリモコンを操作する方法を紹介します。http://labs.unoh.net/2007/04/flashwii.html