I want the PhotoViewer sample app Adobe provided for Flex 2 to work for Flex 3. The Flex 2 version is here (right-click to view source): http://examples.adobe.com/flex2/inproduct/sdk/photoviewer/PhotoViewer.html
I got the project working in Flex 3, though I did not clean up the project, so the build scripts might not work, etc. Mostly all that was involved was moving files around, and changing some code related to loading resource bundles, and also adding path to resource bundles (using {locale} in path) in project compiler properties.
You can grab the zip files of the Flex 2 and Flex 3 projects from my web site here:
http://www.chikaradev.com/flex/photoviewer/photoviewerFlex2.zip
http://www.chikaradev.com/flex/photoviewer/photoviewerFlex3.zip
I tried to attach those files to this post, but they are larger than 2MB, so if Adobe could attach them, that would be great, because there is no guarantee they will be on my web site forever.
+