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

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -