Avg. Rating 5.0

Problem

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

Solution

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.

Detailed explanation

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.


+
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. Permissions beyond the scope of this license, pertaining to the examples of code included within this work are available at Adobe.

Report abuse

Related recipes