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
Post a Comment