Select to view content in your preferred language

Display Photographs in a Flex 2.1 Application

849
2
10-28-2010 03:51 AM
BrendanCunningham
Emerging Contributor
Hi,
I am looking for the best practice for displaying photographs in a Flex 2.1 application. I am looking at the possibility of using KML or GeoRSS, but cannot find any working examples. There are some older Flex 1.3 widgets, but would prefer a clean installation.

I tried the GeoRSS widget, and used the CDATA option, but I am guessing Flex/Flash doesn't like this coding.

Any examples would be great.

Thanks,

Brendan
Tags (2)
0 Kudos
2 Replies
JustinGreco
Frequent Contributor
Check out the GeoRSS sample, they use the GeoRSS feed from Flickr to display an image in the infowindow:
http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=GeoRSSApp

You basically just need to bind the source of an image component to the image source returned from the feed.
0 Kudos
BrendanCunningham
Emerging Contributor
Thanks Justin - that seems exactly like what i need.
Although it is well over my head to integrate that code into a widget!
i was hoping there was a widget example of this.
Thanks for the response though,
Brendan
0 Kudos