Still have been busy like crazy, but
as I wrote back in April,
some of what I’m doing has been pulling me further into Flash MX and XML.
Also, in the few moments of free time I’ve had lately, I’ve been toying
with my own news aggregator. It’s a
PersonalServer, written in Python, based on Twisted, and uses
SQLite via PySQLite
for storage and juggling of items.
So, today I’ve been thinking: How hard would it be to bundle together a desktop app
composed of a backend in Python and a GUI in Flash? Connecting the two is no problem
given whatever method of XML communication you want to pass between them. Pairing
the two together to be launched on the guest OS would seem to be a bit of an
oddity.
See, I like my news aggregator GUI in the browser. It seems native there. But
on the other hand, as far as interfaces go, what I want to make the browser
do tends to sound ugly. I mean, yeah, there’re all sorts of DHTML and CSS tricks
and XUL looks promising, but damn have I been noticing how slick Flash is
lately. And fiddling around with ?ActionScript has been pretty fun lately.
?JavaScript has gotten a pretty bad reputation via crashy implementations, but
as dynamic scripting languages go, there are some nifty elegances I can pull
off in it.
So…
I’ve been reading a bit about
Macromedia’s Central as far as
desktop Flash goes, and I’ve seen the
News Aggregator sample app,
but
how about a maniacal mutant hybrid of Python and Flash?
shortname=flash_agg
-
About Me
Hi there! My name is Leslie Michael Orchard. I'm a serially enthusiastic, caffeine-dependent {web,mad,computer} scientist and {tech,scifi} writer working for the Mozilla Corporation and living near Ann Arbor / Detroit in Michigan.
-
Search
-
Buy my books
-
Related Posts
Most Commented Posts
- July 3, 2008 -- Getting Laconica up and running (90)
- July 15, 2009 -- HTML5 drag and drop in Firefox 3.5 (62)
- June 16, 2008 -- Firefox 3 Download Day Mega Widget (56)
- December 3, 2004 -- If you snore, get tested for sleep apnea. Now. (41)
- March 4, 2003 -- Oh, I’m feeling lucky. (35)
- June 17, 2005 -- We’re engaged! (32)
- April 25, 2006 -- A Honeymoon in San Francisco (27)
-
Archives
-
Tags
aggregators ajax apple atom books delicious entertainment feedmagick feeds firefox gaming hacking hacks identity ipod javascript js json links mashups metablogging microformats mozilla opml osx outliners php podcasting python rss scifi software syndication twitter web20 webdev webservices wordpress wow writing xml xoxo xoxooutliner xsl yahoo




One Comment
I was doing a search on Python and Flash, and stumbled upon your post. Any luck with this? I had the same idea… building apps in Python with a Flash front-end… they could talk to eachother via XML… so, how can you get python to create a wrapper for a flash gui?
2 Trackbacks
Macromedia Central and Deja Vu?
Source: Macromedia – DevNet : Macromedia Central: How it Works
I
[...] Desktop server + Flash GUI? Eventually, things like Adobe Air would fill this niche, I think. [...]