I'm trying to create an animation like the text zoom animation that exists in the wii news channel. See this at 0:45 to an example.
My current code is to take a string, split it into a string[] between the spaces, create a textblock for each word,…
I know almost nothing about actionscript. Is it possible for Flash Lite 3.1 to use the flash.external.ExternalInterface to allow javascript interaction?
If it is possible, can someone explain why jPlayer (open source) doesn't work on the Wii?
I…
I have a Wii Balance Board, for which I've written a weight-measuring script (detailed here). However, I can't get the board to pair with the computer.
I don't want to have to put it in sync mode every time, as it's very time-consuming, but it won't…
I'm working on a streaming video player that can play either FLV or H264. I have it working on the PC and my attempts to get the Wii to play H264 have come up short.
With the recent browser update the Wii has Flash Lite 3.1 (upgraded from Flash 7)…
my daughter just got a wii for christmas from her parents and her father has nothing better to do than looking for ways to dive into wii programming. i already read a lot about "homebrew" and wii. but i seem to be unable to find answers for the most…
I made an Android app that connected and readed input fine with Wii balance board, based on Fitscales code.
My app worked like a charm with SDK 15 & 16 until Android 4.4 (KitKat), when Android stopped the Wii support.
Wii support is now re-enabled,…
I am looking for a flash mp3 player that will work within the Opera-based browser on the Wii. The player needs to be javascript enabled (support methods like play, stop etc.) The mp3 tracklist will be built dynamically using ajax on the same page…
By the advise from How to connect wii balance board with android
Through 0x32,
According to data pattern below , Byte no. 0 and 1 is serve for core buttons. Another 8 bytes left is for the extension (Balance Board)
From my observation, Bit no.…
I am trying to develop a app that will use the devkitPro toolkit. How do I play Audio files on Wii? I can't seem to get them to play. I have tried over and over.
Sorry if this is a general question but I cannot locate this information (their SDK's are mostly locked)
Do the SDKs for Xbox, PS3, Wii have an API/access to parental lock facility? Can I make an app that can control the parental lock on these…
How to create a wii options selector like wii mod lite? (devkitpro + C) wii mod lite options selector
i searched and searched, but i didnt found anything
So, I've been working on a Wii application. I want it to connect to my server and receive a status code response. I wrote the following code to try to do so(yeah, it's messy, I know)
s32 connectSocket(const char *hostn, u32 port) {
int sock =…
I am trying to connect my Wii-mote's to my Raspberry Pi, so I can use them in pygame. I know to use the Wii controller, I need to make some configurations, and I have made them. However, when I run my .sh script to connect the remotes, I am thrown…
i found this code online that should download a file to my usb plugged into my wii, however, i found it only works with http or www domains, which means i cant download a file from my github.io website. i really could not find any useful examples or…
I'm currently working on reverse engineering a game so that me and my friends can look through it and edit stuff. I have much experience with modding games, but the issue here is that it looks like the developer of this game in particular uses a…