Playing with Adobe Flex
February 27, 2008
Posted in: Flex, Programming
Tags: Adobe, Feed, Flex, Flexbuilder, Programming, Reader, RSS
I was going through all my feeds and checking out all the nerdy stuff going on, when I came across something that rang vaguely familiar with me. Adobe Flex was releasing a version 3. Why did that ring a bell with me? It finally came to me, while I was out at the Zend conference, there was a booth for Adobe Flex and giving out cds with it. I had really been intrigued with it and wanted to try it.
So I downloaded a copy - it’s even better now, it’s a 61 day trial on the Flexbuilder (eclipse based) program. So after scouring around the livedocs and other sites around the net I came up with a hacked little program that allows you to enter a rss feed and it’ll go get it and show you a teaser for the entry you select. It seems to me, rss readers are becoming the replacement for the standard ‘Hello World’ creation.
You can see a full version of it here.
The code is below.
[Bindable] public function getNewText(sourceString:String):String { ]]>
public var inString:String;
public var newDate:String;
return sourceString.toString();
}
distance="3" angle="45" color="0x000000" alpha="0.4" />

Posted in 


content rss


February 27th, 2008 at 9:47 am
I read something with flex somewhere today.
Sounds interesting, but I’m happy with what I got.
Maybe in my next Life I’ll turn into a nerd