[WiiFlash] WiiFlash Server Console Version Problems
Merrill, Jason
jason.merrill at bankofamerica.com
Mon Mar 31 09:53:44 PST 2008
I think the console version is fairly old, and there have been many
updates since then. I don't know if they have kept the console version
up to date. By the way, curious, what is the LED on the Wiimote? The
little lights at the bottom?
I would recommend downloading the latest server instead.
Jason Merrill
Bank of America
GT&O and Risk L&LD Solutions Design & Development
eTools & Multimedia
Bank of America Flash Platform Developer Community
Are you a Bank of America associate interested in innovative learning
ideas and technologies?
Check out our internal GT&O Innovative Learning Blog & subscribe.
>>-----Original Message-----
>>From: wiiflash-bounces at osflash.org
>>[mailto:wiiflash-bounces at osflash.org] On Behalf Of
>>zshe803 at cse.unsw.EDU.AU
>>Sent: Monday, March 31, 2008 2:22 AM
>>To: wiiflash at osflash.org
>>Subject: [WiiFlash] WiiFlash Server Console Version Problems
>>
>>Hi,
>>
>>I have been using the WiiFlash Server Console Version and
>>have run into some problems when trying to use the LEDs.
>>
>>Wiimote.LED1 - Turns LED1 On
>>Wiimote.LED2 - Turns LED2 On
>>Wiimote.LED3 - Turns LED1 & LED2 On
>>Wiimote.LED4 - Turns LED3 On
>>
>>I am unable to turn just LED 4 On.
>>
>>Sample Code:
>>var currLED:Number = 1;
>>
>>function processLED():void
>>{
>> txtLED.text = String(currLED);
>> switch(currLED){
>> case 1:
>> myWiimote.leds = Wiimote.LED1;
>> break;
>> case 2:
>> myWiimote.leds = Wiimote.LED2;
>> break;
>> case 3:
>> myWiimote.leds = Wiimote.LED3;
>> break;
>> case 4:
>> myWiimote.leds = Wiimote.LED4;
>> break;
>> }
>>}
>>
>>Is it something I am doing wrong or is it a problem with the
>>server app?
>>
>>Also is the console server source code available anywhere?
>>
>>Regards,
>>Zac Shenker
>>
>>
>>_______________________________________________
>>WiiFlash mailing list
>>WiiFlash at osflash.org
>>http://osflash.org/mailman/listinfo/wiiflash_osflash.org
>>
More information about the WiiFlash
mailing list