…after much tries… and exploring the Flex builder’s help, Adobe Developer connection and some articles… I managed to modify the application further… now the search can be started by pressing the return key and when a photo is selected, it will be displayed in a bigger format in a window…
You can click on the link [...]
Posts Tagged ‘Flex’
Modifying the Flickr Application…
Posted in Flex, tagged Flex, Flickr, HTTPService, RIA on September 26, 2008 | Leave a Comment »
Retrieving data from XML Files or Feeds?
Posted in Flex, XML, tagged Flex, RSS, XML on September 24, 2008 | Leave a Comment »
…reference to yesterday post, I was wondering how did we parse the feeds from the Flickr as Arrays…
photoFeed = event.result.rss.channel.item as ArrayCollection;
…so today, I tried pasting
http://api.flickr.com/services/feeds/photos_public.gne?format=rss_200_enc
into the web-browser and I got a photo feed page… viewing it’s source.. I noticed the xml page is formatted in this manner
<rss version=”2.0″ xmlns:media=”http://search.yahoo.com/mrss/”
xmlns:dc=”http://purl.org/dc/elements/1.1/” [...]
Building a Flickr Application…
Posted in Flex, tagged Flex, HTTPService, RIA on September 23, 2008 | Leave a Comment »
…Flex is quite addictive… haha… and I tried out the second example shown… flickrViewer… it uses the HTTP services to send a request to the Flickr to download the photo feeds.. and show it in your Flex Application’s screen…
… In the second example, I found one error in the codes.. it is one of the [...]
My first Flex application…
Posted in Flex, tagged Flex, RIA on September 22, 2008 | Leave a Comment »
…read the Sitepoint’s Flex articles and at the end of it, I was given a free eBook,Getting Started with Flex 3, after attempting the quiz.
Usually, programming books use simple coding like helloworld, as their first tutorial… This book, however, uses a more attractive example as the first tutorial… Furthermore, the book is quite enjoyable [...]
Exploring Flex…
Posted in Flex, tagged Flex on September 16, 2008 | 1 Comment »
Although I came across Flex/Apollo like 2 years ago, I have not actually touch on it.. Well… maybe I should say, I did not know how or where to start with…. until few weeks ago… I read some articles on Flex and Flex Builder 3… then I decided to give it a try… It is [...]