Developing with openlaszlo

From Chumby Wiki
Jump to: navigation, search

If, like me, you're a Linux user and you are interested in developing Chumby applications without using any closed-source software (Flash, FlashDevelop, ...) which don't run under Linux anyway, this page might interest you.

I developed a communication application using Openlazlo. Openlazlo generates SWF files that can run on Chumby devices. Source files are XML that can be written with you preferred editor (vim, emacs, scite, gedit, kedit, ...).

Widget Configuration Dialog Example

Source file of Chummix configuration dialog: chummix_config.lzx which depends on xmlhttprequest.lzx

Widget Example

You can download the source code of the chummix widget on that page [1].