flex4 - actionscript: DownloadProgressBar and Flex 4 can't find resource bundle -


i using flex 4 , want custom preloader, meet error of downloadprogressbar. code:

    public class mypreloader extends downloadprogressbar {     var progress:progressbar = new progressbar(); 

or substitude progressbar label produce same error:

error: not find compiled resource bundle 'collections' locale 'en_us'. 

anyone has implemented custom preloader? missing here.

resolved adding:

[resourcebundle("")] tag in source!

hope can others.


Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -