tags:

views:

458

answers:

4

I just got this Chumby thing for Christmas. I was thinking of writing a StackOverflow widget for it. Does anyone know any caveats to programming this, or especially good things for chumby virgins to know? I have not yet begun to do my research. I guess it's just a Linux device which runs java widgets.

+3  A: 

Looks like the widgets are made with flash.

OIS
But can you add a Java VM?
Tom Hawtin - tackline
Ugh. Flash. Now I have to find a free flash compiler and stuff. I'm starting at close to 0 with Flash...
Dave Markle
FlashDevelop works quite well and is free; it's a .net application for Windows.
Ben Combee
+2  A: 

The Chumby developers website (http://www.chumby.com/developers) is the best place to get started. As OIS stated widgets are Flash.

A: 

Wow, I thought you said chubby programmers. And I thought to myself, isn't that redundant :)

But seriously folks, try the veal.

Giovanni Galbo
We'll see if humor is really appreciated here.
duffymo
hey at least someone didn't come back and tell me that all this talk of flash development was giving them a "chumby". LOL
Dave Markle
I guess at least one person doesn't have a sense of humor :(
Giovanni Galbo
+3  A: 

The chumby.com developer forum is a great resource. There's also a Chumby dev wiki. And the latest version of the Chumby firmware includes a version of MTASC, which allows you to create Flash widgets without the Adobe Flash IDE (MTASC allows you to write your actionscript and compile right on the Chumby device).

shawnr