Unable to resolve a class for ResourceBundle: string
========================================================
Few days back when I was using the PhotoViewer from the adobe’s sample example then
With the download code I got the problem with message ‘Unable to resolve a class for Resource Bundle: string’. This is one of the common problems related to the setting of your applications ‘compiler setting’. If you want to resolve this then just right click right mouse click on your project and then click on the ‘Properties’. It will open a new window with title ‘Properties for …your project name….’.Here Just click on the ‘Flex Compiler’. It will take you to the ‘Flex compiler’. Here under ‘Additional compiler arguments’ you have to write:-
‘ -use-network=false -library-path+=locale/{locale}
-source-path+=locale/{locale} -locale=en_US’.
Now compile your application. The issue will be resolved.
Hope it will help you if required……………………











